docs/RealtimeEntry.md in fastly-5.3.1 vs docs/RealtimeEntry.md in fastly-6.0.0

- old
+ new

@@ -2,11 +2,11 @@ ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| **recorded** | **Integer** | The Unix timestamp at which this record's data was generated. | [optional] | -| **aggregated** | [**RealtimeMeasurements**](RealtimeMeasurements.md) | Aggregates [measurements](#measurements-data-model) across all Fastly POPs. | [optional] | +| **recorded** | [**RealtimeEntryRecorded**](RealtimeEntryRecorded.md) | | [optional] | +| **aggregated** | [**RealtimeEntryAggregated**](RealtimeEntryAggregated.md) | | [optional] | | **datacenter** | [**Hash<String, RealtimeMeasurements>**](RealtimeMeasurements.md) | Groups [measurements](#measurements-data-model) by POP. See the [POPs API](/reference/api/utils/pops/) for details of POP identifiers. | [optional] | [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)