ReporterStats

data class ReporterStats(val did: Did, val accountReportCount: Long, val recordReportCount: Long, val reportedAccountCount: Long, val reportedRecordCount: Long, val takendownAccountCount: Long, val takendownRecordCount: Long, val labeledAccountCount: Long, val labeledRecordCount: Long)

Parameters

accountReportCount

The total number of reports made by the user on accounts.

recordReportCount

The total number of reports made by the user on records.

reportedAccountCount

The total number of accounts reported by the user.

reportedRecordCount

The total number of records reported by the user.

takendownAccountCount

The total number of accounts taken down as a result of the user's reports.

takendownRecordCount

The total number of records taken down as a result of the user's reports.

labeledAccountCount

The total number of accounts labeled as a result of the user's reports.

labeledRecordCount

The total number of records labeled as a result of the user's reports.

Constructors

Link copied to clipboard
constructor(did: Did, accountReportCount: Long, recordReportCount: Long, reportedAccountCount: Long, reportedRecordCount: Long, takendownAccountCount: Long, takendownRecordCount: Long, labeledAccountCount: Long, labeledRecordCount: Long)

Properties

Link copied to clipboard

The total number of reports made by the user on accounts.

Link copied to clipboard
val did: Did
Link copied to clipboard

The total number of accounts labeled as a result of the user's reports.

Link copied to clipboard

The total number of records labeled as a result of the user's reports.

Link copied to clipboard

The total number of reports made by the user on records.

Link copied to clipboard

The total number of accounts reported by the user.

Link copied to clipboard

The total number of records reported by the user.

Link copied to clipboard

The total number of accounts taken down as a result of the user's reports.

Link copied to clipboard

The total number of records taken down as a result of the user's reports.