ModEventTakedown

data class ModEventTakedown(val comment: String? = null, val durationInHours: Long? = null, val acknowledgeAccountSubjects: Boolean? = null, val policies: List<String> = emptyList())

Take down a subject permanently or temporarily

Parameters

durationInHours

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

acknowledgeAccountSubjects

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

policies

Names/Keywords of the policies that drove the decision.

Constructors

Link copied to clipboard
constructor(comment: String? = null, durationInHours: Long? = null, acknowledgeAccountSubjects: Boolean? = null, policies: List<String> = emptyList())

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
Link copied to clipboard
val durationInHours: Long? = null

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

Link copied to clipboard

Names/Keywords of the policies that drove the decision.