TextBlock

@SerialName(value = "text")
data class TextBlock(val text: String, val citations: List<Citation>? = null) : ContentBlock(source)

Constructors

Link copied to clipboard
constructor(text: String, citations: List<Citation>? = null)

Properties

Link copied to clipboard
Link copied to clipboard