QueueDetailsDto

constructor(queueId: Long, queueName: String, queueColor: String, trackExpenses: Boolean, admin: Boolean, participants: List<QueueParticipantDto>)