Attachment

constructor(@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)(source)