ModEventReverseTakedown

data class ModEventReverseTakedown(val comment: String? = null, val policies: List<String>? = null, val severityLevel: String? = null, val strikeCount: Long? = null)

Revert take down action on a subject

Parameters

comment

Describe reasoning behind the reversal.

policies

Names/Keywords of the policy infraction for which takedown is being reversed.

severityLevel

Severity level of the violation. Usually set from the last policy infraction's severity.

strikeCount

Number of strikes to subtract from the user's strike count. Usually set from the last policy infraction's severity.

Constructors

Link copied to clipboard
constructor(comment: String? = null, policies: List<String>? = null, severityLevel: String? = null, strikeCount: Long? = null)

Properties

Link copied to clipboard

Describe reasoning behind the reversal.

Link copied to clipboard

Names/Keywords of the policy infraction for which takedown is being reversed.

Link copied to clipboard

Severity level of the violation. Usually set from the last policy infraction's severity.

Link copied to clipboard

Number of strikes to subtract from the user's strike count. Usually set from the last policy infraction's severity.