Attachment

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)

Sources

Link copied to clipboard