fastly-api 13.1.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**from** | Option<**String**> | An RFC-8339-formatted date and time indicating the inclusive start of the query time range. | 
**to** | Option<**String**> | An RFC-8339-formatted date and time indicating the exclusive end of the query time range. | 
**next_cursor** | Option<**String**> | A string that can be used to request the next page of results, if any. | 
**group_by** | Option<**String**> | A comma-separated list of fields used to group and order the results. | 
**limit** | Option<**i32**> | The maximum number of results to return. | 

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