name property
Name is the display name of the instance. This can be changed by the instance administrator.
Implementation
@$pb.TagNumber(5)
$core.String get name => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set name($core.String value) => $_setString(4, value);