PagingInformation.Paging
Paging details, such as the total number of resources and the per-page limit.
Declaration
object PagingInformation.PagingProperties
| Name | Type | Description |
|---|---|---|
limit Required | integer | The maximum number of resources to return per page. |
nextCursor | string | The cursor to use for the next request, in case of pagination. |
total | integer | (Optional) The total number of resources to return. |