GetListQueryParams

data class GetListQueryParams(val list: AtUri, val limit: Long? = 50, val cursor: String? = null)

Constructors

Link copied to clipboard
constructor(list: AtUri, limit: Long? = 50, cursor: String? = null)

Properties

Link copied to clipboard
val cursor: String? = null
Link copied to clipboard
val limit: Long? = 50
Link copied to clipboard
val list: AtUri

Reference (AT-URI) of the list record to hydrate.

Functions

Link copied to clipboard