Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 567 Bytes

PaginationMeta.md

File metadata and controls

14 lines (10 loc) · 567 Bytes

Org.OpenAPITools.Model.PaginationMeta

Properties

Name Type Description Notes
CurrentPage int Current page
NextPage int Next page [optional]
PrevPage int Previous page [optional]
TotalPages int Total number of pages
TotalCount int Total number of records

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