ReportAssignment

data class ReportAssignment(val did: Did, val moderator: Member? = null, val assignedAt: Timestamp)

Information about the moderator currently assigned to a report.

Parameters

did

DID of the assigned moderator

moderator

Full member record of the assigned moderator

assignedAt

When the report was assigned

Constructors

Link copied to clipboard
constructor(did: Did, moderator: Member? = null, assignedAt: Timestamp)

Properties

Link copied to clipboard

When the report was assigned

Link copied to clipboard
val did: Did

DID of the assigned moderator

Link copied to clipboard

Full member record of the assigned moderator