PaginatedResult

For paginated results, the schema defines PaginatedResult extending Result with an optional nextCursor field.

Inheritors

Properties

Link copied to clipboard
abstract val _meta: Map<String, JsonElement>?
Link copied to clipboard
abstract val nextCursor: String?