fastly-api 13.1.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**first** | Option<**String**> | The first page of data. | 
**last** | Option<**String**> | The last page of data. | 
**prev** | Option<**String**> | The previous page of data. | 
**next** | Option<**String**> | The next page of data. | 

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