Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 636 Bytes

PaginationModel.md

File metadata and controls

19 lines (11 loc) · 636 Bytes

PaginationModel

Properties

Name Type Description Notes
total Integer Total amount of requested resource. [optional]
start Integer Resource index at start of current page [optional]
end Integer Resource index at end of current page [optional]
page Integer Current page [optional]
numPages Integer Total number of pages [optional]
pageSize Integer Number of items per page [optional]
nextPageUri String Uri to retrieve the next page of items [optional]