items property

Map<String, List<List<int>>>? items
final

The usage data, as daily logs of used and remaining quotas, over the specified time interval indexed over the API keys in a usage plan. For example, {..., "values" : { "{api_key}" : [ 0, 100, 10, 90, 100, 10]}, where {api_key} stands for an API key value and the daily log entry is of the format used quota, remaining quota.

Implementation

final Map<String, List<List<int>>>? items;