fastly-api 13.1.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**next_cursor** | Option<**String**> | The token used to request the next set of results. | 
**limit** | Option<**i32**> | The number of invoices included in the response. | 
**sort** | Option<**String**> | The sort order of the invoices in the response. | [default to billing_start_date]
**total** | Option<**i32**> | Total number of records available on the backend. | 

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