Account Stats
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
report Count
Total number of reports on the account
appeal Count
Total number of appeals against a moderation action on the account
suspend Count
Number of times the account was suspended
escalate Count
Number of times the account was escalated
takedown Count
Number of times the account was taken down
Constructors
Properties
Link copied to clipboard
Total number of appeals against a moderation action on the account
Link copied to clipboard
Number of times the account was escalated
Link copied to clipboard
Total number of reports on the account
Link copied to clipboard
Number of times the account was suspended
Link copied to clipboard
Number of times the account was taken down