name property
Name of the quota limit.
The name must be provided, and it must be unique within the service. The name can only include alphanumeric characters as well as '-'.
The maximum length of the limit name is 64 characters.
Implementation
@$pb.TagNumber(6)
$core.String get name => $_getSZ(4);
Implementation
@$pb.TagNumber(6)
set name($core.String value) => $_setString(4, value);