updateOrg method
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);
}