Attachment
@JsonClass(generateAdapter = true)
Content copied to clipboard
An artifact relevant to a result.
Constructors
Link copied to clipboard
fun Attachment( @Json(name = "artifactLocation") artifactLocation: ArtifactLocation, @Json(name = "description") description: Message? = null, @Json(name = "properties") properties: PropertyBag? = null, @Json(name = "rectangles") rectangles: List<Rectangle>? = null, @Json(name = "regions") regions: List<Region>? = null)
Content copied to clipboard