Table

fun Table(    _id: String?,     subtype: String?,     channels: List<String>?,     additional_properties: Map<String, *>?,     header: List<Text>?,     rows: List<List<Text>>?)