QueryListCursor

data class QueryListCursor(val after: Instant? = null, val before: Instant? = null, val field: QueryCursorField = QueryCursorField.CREATED_AT)

Constructors

Link copied to clipboard
constructor(after: Instant? = null, before: Instant? = null, field: QueryCursorField = QueryCursorField.CREATED_AT)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val after: Instant? = null
Link copied to clipboard
val before: Instant? = null
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String