displayName property
User-visible display name for this limit. Optional. If not set, the UI will provide a default display name based on the quota configuration. This field can be used to override the default display name generated from the configuration.
Implementation
@$pb.TagNumber(12)
$core.String get displayName => $_getSZ(9);
Implementation
@$pb.TagNumber(12)
set displayName($core.String value) => $_setString(9, value);