addCustomOrgIAMPolicy_Pre method

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

Implementation

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