| 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] |