Subject Status View
constructor(id: Long, subject: SubjectStatusViewSubjectUnion, hosting: SubjectStatusViewHostingUnion? = null, subjectBlobCids: List<Cid> = emptyList(), subjectRepoHandle: String? = null, updatedAt: Timestamp, createdAt: Timestamp, reviewState: Token, comment: String? = null, priorityScore: Long? = null, muteUntil: Timestamp? = null, muteReportingUntil: Timestamp? = null, lastReviewedBy: Did? = null, lastReviewedAt: Timestamp? = null, lastReportedAt: Timestamp? = null, lastAppealedAt: Timestamp? = null, takendown: Boolean? = null, appealed: Boolean? = null, suspendUntil: Timestamp? = null, tags: List<String> = emptyList(), accountStats: AccountStats? = null, recordsStats: RecordsStats? = null)
Parameters
updated At
Timestamp referencing when the last update was made to the moderation status of the subject
created At
Timestamp referencing the first moderation status impacting event was emitted on the subject
comment
Sticky comment on the subject.
priority Score
Numeric value representing the level of priority. Higher score means higher priority.
last Appealed At
Timestamp referencing when the author of the subject appealed a moderation action
appealed
True indicates that the a previously taken moderator action was appealed against, by the author of the content. False indicates last appeal was resolved by moderators.
account Stats
Statistics related to the account subject
records Stats
Statistics related to the record subjects authored by the subject's account