organizationId property
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);
Implementation
@$pb.TagNumber(3)
set organizationId($core.String value) => $_setString(2, value);