ModEventTakedown

data class ModEventTakedown(val comment: String? = null, val durationInHours: Long? = null)

Take down a subject permanently or temporarily

Constructors

Link copied to clipboard
constructor(comment: String? = null, durationInHours: Long? = null)

Properties

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

Indicates how long the takedown should be in effect before automatically expiring.