Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 530 Bytes

PaginationRequest.md

File metadata and controls

10 lines (7 loc) · 530 Bytes

PaginationRequest

Properties

Name Type Description Notes
Offset int32 Index of the first element. [optional] [default to 0]
Limit int32 Number of elements to be requested per page. Number must be between 1 and 100, and the default is 20. [optional] [default to 20]

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