Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1003 Bytes

File metadata and controls

12 lines (9 loc) · 1003 Bytes

ShipEngineSDK.Model.PaginationLink

Helpful links to other pages of results

Properties

Name Type Description Notes
First Link The link to the first page of results. This object will always have an `href` field. If there are no results, then the first page will contain an empty array of items.
Last Link The link to the final page of results. This object will always have an `href` field. If there are no results, then the final page will contain an empty array of items.
Next OptionalLink The link to the next page of results. The `href` field will only be set when the `page` is less than `pages`.
Prev OptionalLink The link to the previous page of results. The `href` field will only be set when the `page` is 2 or greater.