DisableInviteCodesRequest

data class DisableInviteCodesRequest(val codes: ReadOnlyList<String> = persistentListOf(), val accounts: ReadOnlyList<String> = persistentListOf())

Constructors

Link copied to clipboard
constructor(codes: ReadOnlyList<String> = persistentListOf(), accounts: ReadOnlyList<String> = persistentListOf())

Properties

Link copied to clipboard
Link copied to clipboard