Block

@JsonSerializable
data class Block(val text: Text? = null, val type: BlockType = header, val expand: Boolean? = null)

Constructors

Link copied to clipboard
constructor(text: Text? = null, type: BlockType = header, expand: Boolean? = null)

Properties

Link copied to clipboard
val expand: Boolean? = null
Link copied to clipboard
val text: Text? = null
Link copied to clipboard