QueuesListDto

data class QueuesListDto(val queues: List<QueueShortDto>)

DTO for returning list of active and frozen queues

Constructors

Link copied to clipboard
constructor(queues: List<QueueShortDto>)

Properties

Link copied to clipboard