ReportingDescriptorReference
@JsonClass(generateAdapter = true)
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.
Since
0.12.0
Constructors
Link copied to clipboard
constructor(@Json(name = "guid") guid: String? = null, @Json(name = "id") id: String? = null, @Json(name = "index") index: Int? = null, @Json(name = "properties") properties: PropertyBag? = null, @Json(name = "toolComponent") toolComponent: ToolComponentReference? = null)