addCustomOrgIAMPolicy_Pre method

Future<AddCustomOrgIAMPolicyResponse> addCustomOrgIAMPolicy_Pre(
  1. ServiceCall call,
  2. Future<AddCustomOrgIAMPolicyRequest> request
)

Implementation

$async.Future<$2.AddCustomOrgIAMPolicyResponse> addCustomOrgIAMPolicy_Pre(
    $grpc.ServiceCall call,
    $async.Future<$2.AddCustomOrgIAMPolicyRequest> request) async {
  return addCustomOrgIAMPolicy(call, await request);
}