Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 733 Bytes

File metadata and controls

16 lines (11 loc) · 733 Bytes

Paging

Current page description.

Properties

Name Type Description Notes
count int Count of items in this page.
offset int Offset of this page.
total int Count of returnable items ignoring paging.
next str Link to next page, or null if this is last page. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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