Get Tables Table
data class GetTablesTable(val definedColumns: List<GetTablesTableDefinedColumn>, val id: String, val instanceName: String, val maxVersion: Int, val primaryKeys: List<GetTablesTablePrimaryKey>, val tableName: String, val timeToLive: Int)
Constructors
Link copied to clipboard
fun GetTablesTable(definedColumns: List<GetTablesTableDefinedColumn>, id: String, instanceName: String, maxVersion: Int, primaryKeys: List<GetTablesTablePrimaryKey>, tableName: String, timeToLive: Int)