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