displayName property
Human-readable display name of this key that you can modify. The maximum length is 63 characters.
Implementation
@$pb.TagNumber(2)
$core.String get displayName => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set displayName($core.String value) => $_setString(1, value);