AccountStats

data class AccountStats(val reportCount: Long? = null, val appealCount: Long? = null, val suspendCount: Long? = null, val escalateCount: Long? = null, val takedownCount: Long? = null)

Statistics about a particular account subject

Parameters

reportCount

Total number of reports on the account

appealCount

Total number of appeals against a moderation action on the account

suspendCount

Number of times the account was suspended

escalateCount

Number of times the account was escalated

takedownCount

Number of times the account was taken down

Constructors

Link copied to clipboard
constructor(reportCount: Long? = null, appealCount: Long? = null, suspendCount: Long? = null, escalateCount: Long? = null, takedownCount: Long? = null)

Properties

Link copied to clipboard
val appealCount: Long? = null

Total number of appeals against a moderation action on the account

Link copied to clipboard
val escalateCount: Long? = null

Number of times the account was escalated

Link copied to clipboard
val reportCount: Long? = null

Total number of reports on the account

Link copied to clipboard
val suspendCount: Long? = null

Number of times the account was suspended

Link copied to clipboard
val takedownCount: Long? = null

Number of times the account was taken down