Table

@Serializable
data class Table(val name: String, val rowCount: Int, val columnCount: Int)

Constructors

Link copied to clipboard
constructor(name: String, rowCount: Int, columnCount: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard