toggle menu
innoqueue
0.0.1-SNAPSHOT
jvm
switch theme
search in API
innoqueue
/
com.innopolis.innoqueue.domain.queue.dto
/
QueueParticipantDto
Queue
Participant
Dto
data
class
QueueParticipantDto
(
val
userId
:
Long
,
val
userName
:
String
,
val
expenses
:
Long
?
,
val
active
:
Boolean
,
val
onDuty
:
Boolean
)
DTO for returning queue details about expenses and it's activity
Members
Constructors
Queue
Participant
Dto
Link copied to clipboard
constructor
(
userId
:
Long
,
userName
:
String
,
expenses
:
Long
?
,
active
:
Boolean
,
onDuty
:
Boolean
)
Properties
active
Link copied to clipboard
val
active
:
Boolean
expenses
Link copied to clipboard
val
expenses
:
Long
?
on
Duty
Link copied to clipboard
val
onDuty
:
Boolean
user
Id
Link copied to clipboard
val
userId
:
Long
user
Name
Link copied to clipboard
val
userName
:
String