displayName property

  1. @TagNumber.new(12)
String get displayName

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);
  1. @TagNumber.new(12)
set displayName (String value)

Implementation

@$pb.TagNumber(12)
set displayName($core.String value) => $_setString(9, value);