updateOrgIAMPolicy method

ResponseFuture<UpdateOrgIAMPolicyResponse> updateOrgIAMPolicy(
  1. UpdateOrgIAMPolicyRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.UpdateOrgIAMPolicyResponse> updateOrgIAMPolicy($1.UpdateOrgIAMPolicyRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateOrgIAMPolicy, request, options: options);
}