organizationId property

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

OrganizationID is the ID of the organization the project belongs to. This does not have to correspond with the authorizations organization. In case the authorization is given on a granted project, this is the organization that owns the project and granted it.

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);