NonEnumeratedPagingModel
Properties
Name | Type | Required | Description |
---|---|---|---|
per_page | int | ✅ | Current page size, describes how many items are in each page. Matches "perPage" parameter from the request. |
page_token | str | ❌ | Current page token. May be omitted if result is empty (because non-existent page was specified or perPage=0 was requested) |
next_page_token | str | ❌ | A page token to be used to fetch the next page of the result set. May be omitted if the current page is the last one. |
previous_page_token | str | ❌ | A page token to be used to fetch the previous page of the result set. May be omitted if the current page is the first one or if the result set does not support backward navigation. |
first_page_token | str | ❌ | A page token to be used to fetch the first page of the result set. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs