Block

@JsonSerializable
data class Block(val text: Text? = null, val fields: List<Text>? = null, val type: BlockType = header, val expand: Boolean? = null, val elements: List<BlockElement>? = null)(source)

Constructors

Link copied to clipboard
constructor(text: Text? = null, fields: List<Text>? = null, type: BlockType = header, expand: Boolean? = null, elements: List<BlockElement>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val text: Text?
Link copied to clipboard