docs/HistoricalFieldAggregateResponse.md in fastly-5.1.1 vs docs/HistoricalFieldAggregateResponse.md in fastly-5.2.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** | **Array<Hash<String, String>>** | | [optional] |
+| **data** | [**Array<HistoricalFieldResultsAttributes>**](HistoricalFieldResultsAttributes.md) | | [optional] |
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)