GetAccountInviteCodesQueryParams

data class GetAccountInviteCodesQueryParams(val includeUsed: Boolean? = true, val createAvailable: Boolean? = true)

Constructors

Link copied to clipboard
constructor(includeUsed: Boolean? = true, createAvailable: Boolean? = true)

Properties

Link copied to clipboard

Controls whether any new 'earned' but not 'created' invites should be created.

Link copied to clipboard
val includeUsed: Boolean? = true

Functions

Link copied to clipboard