fastly-api 13.1.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# OriginInspectorHistorical

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**status** | Option<**String**> | Whether or not we were able to successfully execute the query. | 
**meta** | Option<[**crate::models::OriginInspectorHistoricalMeta**]OriginInspectorHistoricalMeta.md> |  | 
**msg** | Option<**String**> | If the query was not successful, this will provide a string that explains why. | 
**data** | Option<[**Vec&lt;crate::models::OriginInspectorHistoricalData&gt;**]OriginInspectorHistoricalData.md> | A list of [entries]#entry-data-model, each representing one unique combination of dimensions, such as origin host, region or POP. | 

[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)