ReportingDescriptorReference

@Serializable
data class ReportingDescriptorReference(val guid: String? = null, val id: String? = null, val index: Long? = null, val properties: PropertyBag? = null, val toolComponent: ToolComponentReference? = null)

A reference used to locate the descriptor whose configuration was overridden.

A reference used to locate the rule descriptor associated with this notification.

A reference used to locate the descriptor relevant to this notification.

A reference to the related reporting descriptor.

A reference used to locate the rule descriptor relevant to this result.

Information about how to locate a relevant reporting descriptor.

Constructors

Link copied to clipboard
constructor(guid: String? = null, id: String? = null, index: Long? = null, properties: PropertyBag? = null, toolComponent: ToolComponentReference? = null)

Properties

Link copied to clipboard
val guid: String? = null

A guid that uniquely identifies the descriptor.

Link copied to clipboard
val id: String? = null

The id of the descriptor.

Link copied to clipboard
val index: Long? = null

The index into an array of descriptors in toolComponent.ruleDescriptors, toolComponent.notificationDescriptors, or toolComponent.taxonomyDescriptors, depending on context.

Link copied to clipboard
val properties: PropertyBag? = null

Key/value pairs that provide additional information about the reporting descriptor reference.

Link copied to clipboard

A reference used to locate the toolComponent associated with the descriptor.