QueryOptions

data class QueryOptions(val maxItems: Int = 50, val cursor: QueryListCursor? = null)

Constructors

Link copied to clipboard
constructor(maxItems: Int = 50, cursor: QueryListCursor? = null)

Properties

Link copied to clipboard
val cursor: QueryListCursor? = null
Link copied to clipboard
val maxItems: Int = 50