Service
data class Service(val createdAt: <Error class: unknown class>, val labels: <Error class: unknown class><ServiceLabelsUnion> = AtField.Missing, val policies: LabelerPolicies, val reasonTypes: <Error class: unknown class><List<ReasonType>> = AtField.Missing, val subjectCollections: <Error class: unknown class><List<<Error class: unknown class>>> = AtField.Missing, val subjectTypes: <Error class: unknown class><List<SubjectType>> = AtField.Missing)
A declaration of the existence of labeler service.
Constructors
Link copied to clipboard
constructor(createdAt: <Error class: unknown class>, labels: <Error class: unknown class><ServiceLabelsUnion> = AtField.Missing, policies: LabelerPolicies, reasonTypes: <Error class: unknown class><List<ReasonType>> = AtField.Missing, subjectCollections: <Error class: unknown class><List<<Error class: unknown class>>> = AtField.Missing, subjectTypes: <Error class: unknown class><List<SubjectType>> = AtField.Missing)
Properties
Link copied to clipboard
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.