Name | Type | Description | Notes |
---|---|---|---|
timeUnit | String | Time unit is DAY, WEEK or MONTH depending on prior usage | [optional] |
periodStart | Long | Start datetime of the reporting period | [optional] |
periodEnd | Long | End datetime of the reporting period | [optional] |
totalUsage | Long | Total usage in the current period | [optional] |
historyTruncated | Boolean | If the history was truncaded due to data limit | [optional] |
data | List<List<Integer>> | Data points : usage per DAY, WEEK or MONTH and per apiService | [optional] |
colHeaders | List<String> | apiServices as column headers | [optional] |
rowHeaders | List<String> | dates as row headers | [optional] |