toggle menu
innoqueue
0.0.1-SNAPSHOT
jvm
switch theme
search in API
innoqueue
/
com.innopolis.innoqueue.domain.queue.dto
/
EditQueueDto
Edit
Queue
Dto
data
class
EditQueueDto
(
val
queueName
:
String
?
,
val
queueColor
:
String
?
,
val
trackExpenses
:
Boolean
?
,
val
participants
:
List
<
Long
>
?
)
DTO for editing an existing queue
Members
Constructors
Edit
Queue
Dto
Link copied to clipboard
constructor
(
queueName
:
String
?
,
queueColor
:
String
?
,
trackExpenses
:
Boolean
?
,
participants
:
List
<
Long
>
?
)
Properties
participants
Link copied to clipboard
val
participants
:
List
<
Long
>
?
queue
Color
Link copied to clipboard
val
queueColor
:
String
?
queue
Name
Link copied to clipboard
val
queueName
:
String
?
track
Expenses
Link copied to clipboard
val
trackExpenses
:
Boolean
?