SubjectStatusView

constructor(id: Long, subject: SubjectStatusViewSubjectUnion, subjectBlobCids: ReadOnlyList<Cid> = persistentListOf(), subjectRepoHandle: String? = null, updatedAt: Timestamp, createdAt: Timestamp, reviewState: Token, comment: String? = null, muteUntil: Timestamp? = null, lastReviewedBy: Did? = null, lastReviewedAt: Timestamp? = null, lastReportedAt: Timestamp? = null, lastAppealedAt: Timestamp? = null, takendown: Boolean? = null, appealed: Boolean? = null, suspendUntil: Timestamp? = null, tags: ReadOnlyList<String> = persistentListOf())