Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 655 Bytes

File metadata and controls

13 lines (9 loc) · 655 Bytes

Fastly::PaginationMeta

Properties

Name Type Description Notes
limit Integer The number of records returned per page. [optional]
next_cursor String Cursor value used to retrieve the next page of results. Empty if there are no more results. [optional]
previous_cursor String Cursor value used to retrieve the previous page of results. Empty if there is no previous page. [optional]
sort String The sort order applied to the results. [optional]

[Back to API list] [Back to README]