values property

  1. @TagNumber.new(10)
PbMap<String, Int64> get values

Tiered limit values. You must specify this as a key:value pair, with an integer value that is the maximum number of requests allowed for the specified unit. Currently only STANDARD is supported.

Implementation

@$pb.TagNumber(10)
$pb.PbMap<$core.String, $fixnum.Int64> get values => $_getMap(8);