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