Fix
@JsonClass(generateAdapter = true)
Content copied to clipboard
A proposed fix for the problem represented by a result object. A fix specifies a set of artifacts to modify. For each artifact, it specifies a set of bytes to remove, and provides a set of new bytes to replace them.
Constructors
Link copied to clipboard
fun Fix( @Json(name = "artifactChanges") artifactChanges: List<ArtifactChange>, @Json(name = "description") description: Message? = null, @Json(name = "properties") properties: PropertyBag? = null)
Content copied to clipboard