AssignmentView

data class AssignmentView(val id: Long, val did: Did, val moderator: Member? = null, val queue: QueueView? = null, val reportId: Long, val startAt: Timestamp, val endAt: Timestamp? = null)

Parameters

moderator

The moderator assigned to this report

Constructors

Link copied to clipboard
constructor(id: Long, did: Did, moderator: Member? = null, queue: QueueView? = null, reportId: Long, startAt: Timestamp, endAt: Timestamp? = null)

Properties

Link copied to clipboard
val did: Did
Link copied to clipboard
Link copied to clipboard
val id: Long
Link copied to clipboard

The moderator assigned to this report

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard