Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 789 Bytes

PaginationRequestWithSortOptions.md

File metadata and controls

13 lines (10 loc) · 789 Bytes

# PaginationRequestWithSortOptions

Properties

Name Type Description Notes
is_archive_included bool Denotes if archived records should be included in the response payload [optional]
page_size int Denotes the number of records per page [optional]
page_num int Denotes the page number [optional]
sort_key string Denotes the key using which the records need to be sorted [optional]
sort_order \OpenAPI\Client\Model\PaginationRequestWithSortOptionsSortOrder [optional]

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