Pageable

interface Pageable

Interface for responses that support pagination. Responses implementing this interface contain a paging token that can be used to fetch the next page of results or resume streaming from a specific point.

Inheritors

Properties

Link copied to clipboard
abstract val pagingToken: String

Returns the paging token (cursor) for this response. This token can be used to fetch the next page of results or resume streaming.