EditQueueDto

data class EditQueueDto(val queueName: String?, val queueColor: String?, val trackExpenses: Boolean?, val participants: List<Long>?)

DTO for editing an existing queue

Constructors

Link copied to clipboard
constructor(queueName: String?, queueColor: String?, trackExpenses: Boolean?, participants: List<Long>?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard