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