Mod Event Takedown
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
duration In Hours
Indicates how long the takedown should be in effect before automatically expiring.
acknowledge Account Subjects
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.