name property
Name is used to update the name of the project. This field is optional. If omitted, the name will remain unchanged.
Implementation
@$pb.TagNumber(2)
$core.String get name => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set name($core.String value) => $_setString(1, value);