Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 792 Bytes

PaginationModel.md

File metadata and controls

16 lines (12 loc) · 792 Bytes

freeclimb.Model.PaginationModel

Properties

Name Type Description Notes
Total int? Total amount of requested resource. [optional]
Start int? Resource index at start of current page [optional]
End int? Resource index at end of current page [optional]
Page int? Current page [optional]
NumPages int? Total number of pages [optional]
PageSize int? Number of items per page [optional]
NextPageUri string Uri to retrieve the next page of items [optional]

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