Skip to main content

NonEnumeratedPagingModel

Properties

NameTypeRequiredDescription
per_pageintCurrent page size, describes how many items are in each page. Matches "perPage" parameter from the request.
page_tokenstrCurrent page token. May be omitted if result is empty (because non-existent page was specified or perPage=0 was requested)
next_page_tokenstrA 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_tokenstrA 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_tokenstrA 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

Start for Free →