Replacement
@JsonClass(generateAdapter = true)
Content copied to clipboard
The replacement of a single region of an artifact.
Constructors
Link copied to clipboard
fun Replacement( @Json(name = "deletedRegion") deletedRegion: Region, @Json(name = "insertedContent") insertedContent: ArtifactContent? = null, @Json(name = "properties") properties: PropertyBag? = null)
Content copied to clipboard