Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 661 Bytes

HistoricalUsageServiceResponse.md

File metadata and controls

13 lines (9 loc) · 661 Bytes

# HistoricalUsageServiceResponse

Properties

Name Type Description Notes
status string Whether or not we were able to successfully execute the query. [optional]
meta \Fastly\Model\HistoricalMeta [optional]
msg string If the query was not successful, this will provide a string that explains why. [optional]
data array<string,array<string,\Fastly\Model\HistoricalUsageData>> Organized by region. [optional]

[Back to API list] [Back to README]