SubjectStatusView

data class SubjectStatusView(val id: Long, val subject: SubjectStatusViewSubjectUnion, val hosting: SubjectStatusViewHostingUnion? = null, val subjectBlobCids: List<Cid>? = null, val subjectRepoHandle: String? = null, val updatedAt: Timestamp, val createdAt: Timestamp, val reviewState: Token, val comment: String? = null, val priorityScore: Long? = null, val muteUntil: Timestamp? = null, val muteReportingUntil: Timestamp? = null, val lastReviewedBy: Did? = null, val lastReviewedAt: Timestamp? = null, val lastReportedAt: Timestamp? = null, val lastAppealedAt: Timestamp? = null, val takendown: Boolean? = null, val appealed: Boolean? = null, val suspendUntil: Timestamp? = null, val tags: List<String>? = null, val accountStats: AccountStats? = null, val recordsStats: RecordsStats? = null, val accountStrike: AccountStrike? = null, val ageAssuranceState: SubjectStatusViewAgeAssuranceState? = null, val ageAssuranceUpdatedBy: SubjectStatusViewAgeAssuranceUpdatedBy? = null)

Parameters

updatedAt

Timestamp referencing when the last update was made to the moderation status of the subject

createdAt

Timestamp referencing the first moderation status impacting event was emitted on the subject

comment

Sticky comment on the subject.

priorityScore

Numeric value representing the level of priority. Higher score means higher priority.

lastAppealedAt

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.

accountStats

Statistics related to the account subject

recordsStats

Statistics related to the record subjects authored by the subject's account

accountStrike

Strike information for the account (account-level only)

ageAssuranceState

Current age assurance state of the subject.

ageAssuranceUpdatedBy

Whether or not the last successful update to age assurance was made by the user or admin.

Constructors

Link copied to clipboard
constructor(id: Long, subject: SubjectStatusViewSubjectUnion, hosting: SubjectStatusViewHostingUnion? = null, subjectBlobCids: List<Cid>? = null, 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>? = null, accountStats: AccountStats? = null, recordsStats: RecordsStats? = null, accountStrike: AccountStrike? = null, ageAssuranceState: SubjectStatusViewAgeAssuranceState? = null, ageAssuranceUpdatedBy: SubjectStatusViewAgeAssuranceUpdatedBy? = null)

Properties

Link copied to clipboard

Statistics related to the account subject

Link copied to clipboard

Strike information for the account (account-level only)

Link copied to clipboard

Current age assurance state of the subject.

Link copied to clipboard

Whether or not the last successful update to age assurance was made by the user or admin.

Link copied to clipboard

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.

Link copied to clipboard

Sticky comment on the subject.

Link copied to clipboard

Timestamp referencing the first moderation status impacting event was emitted on the subject

Link copied to clipboard
Link copied to clipboard
val id: Long
Link copied to clipboard

Timestamp referencing when the author of the subject appealed a moderation action

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Numeric value representing the level of priority. Higher score means higher priority.

Link copied to clipboard

Statistics related to the record subjects authored by the subject's account

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Timestamp referencing when the last update was made to the moderation status of the subject