PaginatedResult

@Serializable
sealed interface PaginatedResult : RequestResult(source)

Represents a paginated result of a request.

Inheritors

Properties

Link copied to clipboard
abstract val _meta: JsonObject

The protocol reserves this result property to allow clients and servers to attach additional metadata to their responses.

Link copied to clipboard
abstract val nextCursor: Cursor?

An opaque token representing the pagination position after the last returned result. If present, there may be more results available.