Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 805 Bytes

PaginationToken4Qos.md

File metadata and controls

12 lines (9 loc) · 805 Bytes

# PaginationToken4Qos

Properties

Name Type Description Notes
next_page_token string The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceed the current page size. The expiration period for this token is 15 minutes. [optional]
page_count int The number of pages returned for the request made. [optional]
page_size int The number of items per page. [optional] [default to 1]
total_records int The number of all records available across pages. [optional]

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