Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 621 Bytes

PaginationProperties.md

File metadata and controls

13 lines (8 loc) · 621 Bytes

PaginationProperties

Properties

Name Type Description Notes
Page string The page number returned (should match the requested page query string param) [optional]
NextPage string True if additional pages exist (page + 1) or False if this is the last page [optional]
ReturnedCount int32 The number of items sent in this response [optional]

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