LabelerViewDetailed

data class LabelerViewDetailed(val uri: AtUri, val cid: Cid, val creator: ProfileView, val policies: LabelerPolicies, val likeCount: Long? = null, val viewer: LabelerViewerState? = null, val indexedAt: Timestamp, val labels: List<Label> = emptyList(), val reasonTypes: List<Token> = emptyList(), val subjectTypes: List<SubjectType> = emptyList(), val subjectCollections: List<Nsid> = emptyList())

Parameters

reasonTypes

The set of report reason 'codes' which are in-scope for this service to review and action. These usually align to policy categories. If not defined (distinct from empty array), all reason types are allowed.

subjectTypes

The set of subject types (account, record, etc) this service accepts reports on.

subjectCollections

Set of record types (collection NSIDs) which can be reported to this service. If not defined (distinct from empty array), default is any record type.

Constructors

Link copied to clipboard
constructor(uri: AtUri, cid: Cid, creator: ProfileView, policies: LabelerPolicies, likeCount: Long? = null, viewer: LabelerViewerState? = null, indexedAt: Timestamp, labels: List<Label> = emptyList(), reasonTypes: List<Token> = emptyList(), subjectTypes: List<SubjectType> = emptyList(), subjectCollections: List<Nsid> = emptyList())

Properties

Link copied to clipboard
val cid: Cid
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val likeCount: Long? = null
Link copied to clipboard
Link copied to clipboard

The set of report reason 'codes' which are in-scope for this service to review and action. These usually align to policy categories. If not defined (distinct from empty array), all reason types are allowed.

Link copied to clipboard

Set of record types (collection NSIDs) which can be reported to this service. If not defined (distinct from empty array), default is any record type.

Link copied to clipboard

The set of subject types (account, record, etc) this service accepts reports on.

Link copied to clipboard
val uri: AtUri
Link copied to clipboard