name property

  1. @TagNumber.new(6)
String get name

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

Implementation

@$pb.TagNumber(6)
set name($core.String value) => $_setString(4, value);