Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 839 Bytes

File metadata and controls

14 lines (10 loc) · 839 Bytes

CursorPagingObject

Properties

Name Type Description Notes
cursors OpenAPI\Server\Model\CursorObject The cursors used to find the next set of items. [optional]
href string A link to the Web API endpoint returning the full result of the request. [optional]
limit int The maximum number of items in the response (as set in the query or by default). [optional]
next string URL to the next page of items. ( `null` if none) [optional]
total int The total number of items available to return. [optional]

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