projectName property
Name of the project the client application is part of.
Implementation
@$pb.TagNumber(5)
$core.String get projectName => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set projectName($core.String value) => $_setString(4, value);
Name of the project the client application is part of.
@$pb.TagNumber(5)
$core.String get projectName => $_getSZ(4);
@$pb.TagNumber(5)
set projectName($core.String value) => $_setString(4, value);