getCustomOrgIAMPolicy method

ResponseFuture<GetCustomOrgIAMPolicyResponse> getCustomOrgIAMPolicy(
  1. GetCustomOrgIAMPolicyRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$2.GetCustomOrgIAMPolicyResponse> getCustomOrgIAMPolicy(
    $2.GetCustomOrgIAMPolicyRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getCustomOrgIAMPolicy, request, options: options);
}