updateOrgIAMPolicy_Pre method
Future<UpdateOrgIAMPolicyResponse>
updateOrgIAMPolicy_Pre(
- ServiceCall $call,
- Future<
UpdateOrgIAMPolicyRequest> $request
Implementation
$async.Future<$0.UpdateOrgIAMPolicyResponse> updateOrgIAMPolicy_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.UpdateOrgIAMPolicyRequest> $request) async {
return updateOrgIAMPolicy($call, await $request);
}