RecordsStats
constructor( totalReports: Long? = null, reportedCount: Long? = null, escalatedCount: Long? = null, appealedCount: Long? = null, subjectCount: Long? = null, pendingCount: Long? = null, processedCount: Long? = null, takendownCount: Long? = null)
Parameters
totalReports
Cumulative sum of the number of reports on the items in the set
reportedCount
Number of items that were reported at least once
escalatedCount
Number of items that were escalated at least once
appealedCount
Number of items that were appealed at least once
subjectCount
Total number of item in the set
pendingCount
Number of item currently in "reviewOpen" or "reviewEscalated" state
processedCount
Number of item currently in "reviewNone" or "reviewClosed" state
takendownCount
Number of item currently taken down