ArtifactContent

fun ArtifactContent(    @Json(name = "binary") binary: String? = null,     @Json(name = "properties") properties: PropertyBag? = null,     @Json(name = "rendered") rendered: MultiformatMessageString? = null,     @Json(name = "text") text: String? = null)

Sources

Link copied to clipboard