DisableInviteCodesRequest

data class DisableInviteCodesRequest(val codes: List<String> = emptyList(), val accounts: List<String> = emptyList())

Constructors

Link copied to clipboard
constructor(codes: List<String> = emptyList(), accounts: List<String> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard