toggle menu
innoqueue
0.0.1-SNAPSHOT
jvm
switch theme
search in API
innoqueue
/
com.innopolis.innoqueue.domain.queue.dto
/
ToDoTaskDto
To
Do
Task
Dto
data
class
ToDoTaskDto
(
val
queueId
:
Long
?
,
val
queueName
:
String
?
,
val
queueColor
:
String
?
,
val
important
:
Boolean
?
,
val
trackExpenses
:
Boolean
?
)
DTO for returning to-do entity
Members
Constructors
To
Do
Task
Dto
Link copied to clipboard
constructor
(
queueId
:
Long
?
,
queueName
:
String
?
,
queueColor
:
String
?
,
important
:
Boolean
?
,
trackExpenses
:
Boolean
?
)
Properties
important
Link copied to clipboard
val
important
:
Boolean
?
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
?
track
Expenses
Link copied to clipboard
val
trackExpenses
:
Boolean
?