docs/HistoricalUsageServiceResponse.md in fastly-7.2.2 vs docs/HistoricalUsageServiceResponse.md in fastly-8.0.0
- old
+ new
@@ -5,9 +5,9 @@
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **status** | **String** | Whether or not we were able to successfully execute the query. | [optional] |
| **meta** | [**HistoricalMeta**](HistoricalMeta.md) | | [optional] |
| **msg** | **String** | If the query was not successful, this will provide a string that explains why. | [optional] |
-| **data** | [**HistoricalUsageResults**](HistoricalUsageResults.md) | | [optional] |
+| **data** | **Hash<String, Hash<String, HistoricalUsageData>>** | Organized by *region*. | [optional] |
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)