TextFormat

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

Constructors

Link copied to clipboard
constructor(text: String)

Properties

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