updateOrg method

ResponseFuture<UpdateOrgResponse> updateOrg(
  1. UpdateOrgRequest request, {
  2. CallOptions? options,
})

Update Organization

Deprecated: use organization service v2 UpdateOrganization instead.

Change the name of the organization.

Implementation

$grpc.ResponseFuture<$0.UpdateOrgResponse> updateOrg(
  $0.UpdateOrgRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updateOrg, request, options: options);
}