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