GetInviteCodesQueryParams

data class GetInviteCodesQueryParams(val sort: GetInviteCodesSort? = GetInviteCodesSort.RECENT, val limit: Long? = 100, val cursor: String? = null)

Constructors

Link copied to clipboard
constructor(sort: GetInviteCodesSort? = GetInviteCodesSort.RECENT, limit: Long? = 100, cursor: String? = null)

Properties

Link copied to clipboard
val cursor: String? = null
Link copied to clipboard
val limit: Long? = 100
Link copied to clipboard

Functions

Link copied to clipboard