LiveStats
constructor(pendingCount: Long? = null, actionedCount: Long? = null, escalatedCount: Long? = null, inboundCount: Long? = null, actionRate: Long? = null, avgHandlingTimeSec: Long? = null, lastUpdated: Timestamp? = null)
Parameters
pendingCount
Number of reports currently not closed.
actionedCount
Number of reports closed today.
escalatedCount
Number of reports escalated today.
inboundCount
Reports received today.
actionRate
Percentage of reports actioned (actionedCount / inboundCount * 100), rounded to nearest integer.
avgHandlingTimeSec
Average time in seconds from report creation (or moderator assignment) to close.
lastUpdated
When these statistics were last computed.