ArtifactContent
@JsonClass(generateAdapter = true)
The contents of the artifact.
Represents the contents of an artifact.
The portion of the artifact contents within the specified region.
The body of the request.
The body of the response.
The content to insert at the location specified by the 'deletedRegion' property.
Since
0.12.0
Constructors
Link copied to clipboard
constructor(@Json(name = "binary") binary: String? = null, @Json(name = "properties") properties: PropertyBag? = null, @Json(name = "rendered") rendered: MultiformatMessageString? = null, @Json(name = "text") text: String? = null)