fastly-api 14.0.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**limit** | Option<**i32**> | The number of records returned per page. | 
**next_cursor** | Option<**String**> | Cursor value used to retrieve the next page of results. Empty if there are no more results. | 
**previous_cursor** | Option<**String**> | Cursor value used to retrieve the previous page of results. Empty if there is no previous page. | 
**sort** | Option<**String**> | The sort order applied to the results. | 

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