Name | Type | Description | Notes |
---|---|---|---|
status | str | Whether or not we were able to successfully execute the query. | [optional] |
meta | HistoricalMeta | [optional] | |
msg | str, none_type | If the query was not successful, this will provide a string that explains why. | [optional] |
data | {str: (HistoricalUsageData,)} | Organized by region. | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |