grantedOrganizationName property
The name of the organization the project is granted to.
Implementation
@$pb.TagNumber(5)
$core.String get grantedOrganizationName => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set grantedOrganizationName($core.String value) => $_setString(4, value);