setUpOrg method
Setup Organization
Deprecated: use organization service v2 CreateOrganization instead.
Create a new organization with an administrative user. If no specific roles are sent for the first user, the user will get the role ORG_OWNER.
Implementation
$grpc.ResponseFuture<$0.SetUpOrgResponse> setUpOrg(
$0.SetUpOrgRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$setUpOrg, request, options: options);
}