TextFormat

@JsonClass(generateAdapter = true)
open class TextFormat(val text: String) : StaticContentFormat

Inheritors

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard
Link copied to clipboard
val text: String