updateOrgIDP method
ResponseFuture<UpdateOrgIDPResponse>
updateOrgIDP(
- UpdateOrgIDPRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.UpdateOrgIDPResponse> updateOrgIDP(
$0.UpdateOrgIDPRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$updateOrgIDP, request, options: options);
}