LabelerViewDetailed

data class LabelerViewDetailed(val cid: <Error class: unknown class>, val creator: ProfileView, val indexedAt: <Error class: unknown class>, val labels: List<Label>? = null, val likeCount: Long? = null, val policies: LabelerPolicies, val reasonTypes: List<ReasonType>? = null, val subjectCollections: List<<Error class: unknown class>>? = null, val subjectTypes: List<SubjectType>? = null, val uri: <Error class: unknown class>, val viewer: LabelerViewerState? = null) : GetServicesResponseViewsUnion

Constructors

Link copied to clipboard
constructor(cid: <Error class: unknown class>, creator: ProfileView, indexedAt: <Error class: unknown class>, labels: List<Label>? = null, likeCount: Long? = null, policies: LabelerPolicies, reasonTypes: List<ReasonType>? = null, subjectCollections: List<<Error class: unknown class>>? = null, subjectTypes: List<SubjectType>? = null, uri: <Error class: unknown class>, viewer: LabelerViewerState? = null)

Properties

Link copied to clipboard
val cid: <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
val indexedAt: <Error class: unknown class>
Link copied to clipboard
val labels: List<Label>? = null
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
val subjectCollections: List<<Error class: unknown class>>? = null

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: <Error class: unknown class>
Link copied to clipboard