organizationId property

  1. @TagNumber.new(3)
String get organizationId

OrganizationID is the ID of the organization on which the authorization should be created. The organization must either own the project or have a grant for the project. If omitted, the authorization is created on the projects organization.

Implementation

@$pb.TagNumber(3)
$core.String get organizationId => $_getSZ(2);
  1. @TagNumber.new(3)
set organizationId (String value)

Implementation

@$pb.TagNumber(3)
set organizationId($core.String value) => $_setString(2, value);