ModEventReport

data class ModEventReport(val comment: String? = null, val isReporterMuted: Boolean? = null, val reportType: Token)

Report a subject

Parameters

isReporterMuted

Set to true if the reporter was muted from reporting at the time of the event. These reports won't impact the reviewState of the subject.

Constructors

Link copied to clipboard
constructor(comment: String? = null, isReporterMuted: Boolean? = null, reportType: Token)

Properties

Link copied to clipboard
val comment: String? = null
Link copied to clipboard

Set to true if the reporter was muted from reporting at the time of the event. These reports won't impact the reviewState of the subject.

Link copied to clipboard