ReportingDescriptorRelationship
@JsonClass(generateAdapter = true)
Information about the relation of one reporting descriptor to another.
Since
0.12.0
Constructors
Link copied to clipboard
constructor(@Json(name = "description") description: Message? = null, @Json(name = "kinds") kinds: List<String>? = null, @Json(name = "properties") properties: PropertyBag? = null, @Json(name = "target") target: ReportingDescriptorReference)