values property

Map<String, int> values
final

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

final Map<String, int> values;