displayName property
DisplayName is the human readable name for the role, which might be displayed to users. If omitted, the name will remain unchanged.
Implementation
@$pb.TagNumber(3)
$core.String get displayName => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set displayName($core.String value) => $_setString(2, value);