Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 776 Bytes

Pagination.md

File metadata and controls

14 lines (11 loc) · 776 Bytes

# Pagination

Properties

Name Type Description Notes
itemsTotal int Total number of items that exist. [optional] [readonly]
pagesTotal int Number of items listed in the current page. [optional] [readonly]
pageSize int Maximum number of item per page. [optional] [readonly]
currentPage int The current page index. [optional] [readonly]
currentPageItems int The number of items on the current page. [optional] [readonly]
links \ApiVideo\Client\Model\PaginationLink[]

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