Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 676 Bytes

File metadata and controls

12 lines (9 loc) · 676 Bytes

# LinksResource

Properties

Name Type Description Notes
first string The URL for the first page of results.
last string The URL for the last page of results.
prev string The URL for the previous page of results, or null if there is no previous page.
next string The URL for the next page of results, or null if there is no next page. If you're paginating, you can call this url to get the next page of results.

[Back to Model list] [Back to API list] [Back to README]