toggle menu
innoqueue
0.0.1-SNAPSHOT
jvm
switch theme
search in API
innoqueue
/
com.innopolis.innoqueue.domain.queue.dto
/
QueueShortDto
Queue
Short
Dto
class
QueueShortDto
(
val
queueId
:
Long
,
val
queueName
:
String
,
val
queueColor
:
String
,
val
onDutyUserName
:
String
,
val
active
:
Boolean
)
DTO for returning a short queue description
Members
Constructors
Queue
Short
Dto
Link copied to clipboard
constructor
(
queueId
:
Long
,
queueName
:
String
,
queueColor
:
String
,
onDutyUserName
:
String
,
active
:
Boolean
)
Properties
active
Link copied to clipboard
val
active
:
Boolean
on
Duty
User
Name
Link copied to clipboard
val
onDutyUserName
:
String
queue
Color
Link copied to clipboard
val
queueColor
:
String
queue
Id
Link copied to clipboard
val
queueId
:
Long
queue
Name
Link copied to clipboard
val
queueName
:
String