Query List Cursor
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)