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