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
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