# OriginInspectorRealtimeEntry ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **recorded** | Option<**i32**> | The Unix timestamp at which this record's data was generated. | **aggregated** | Option<[**::std::collections::HashMap<String, crate::models::OriginInspectorMeasurements>**](OriginInspectorMeasurements.md)> | Groups [measurements](#measurements-data-model) by backend name. | **datacenter** | Option<[**::std::collections::HashMap<String, ::std::collections::HashMap<String, crate::models::OriginInspectorMeasurements>>**](Map.md)> | Groups [measurements](#measurements-data-model) by POP, then backend name. See the [POPs API](https://www.fastly.com/documentation/reference/api/utils/pops/) for details about POP identifiers. | [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)