projectName property
Name is the name of the project the user was granted the authorization for.
Implementation
@$pb.TagNumber(3)
$core.String get projectName => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set projectName($core.String value) => $_setString(2, value);