ModEventAcknowledge

data class ModEventAcknowledge(val comment: String? = null, val acknowledgeAccountSubjects: Boolean? = null)

Parameters

acknowledgeAccountSubjects

If true, all other reports on content authored by this account will be resolved (acknowledged).

Constructors

Link copied to clipboard
constructor(comment: String? = null, acknowledgeAccountSubjects: Boolean? = null)

Properties

Link copied to clipboard

If true, all other reports on content authored by this account will be resolved (acknowledged).

Link copied to clipboard
val comment: String? = null