Text

@JsonSerializable
@PolymorphicLabel(value = "text")
data class Text(val text: String, val annotations: Annotations? = null) : Content

Constructors

Link copied to clipboard
constructor(value: Any, annotations: Annotations? = null)
constructor(text: String, annotations: Annotations? = null)

Properties

Link copied to clipboard
Link copied to clipboard