Schema Response
data class SchemaResponse(val categories: List<String>, val columns: List<ColumnResponse>? = null, val description: String? = null, val displayName: String? = null, val labels: List<String>, val name: String? = null, val solutions: List<String>, val source: String, val standardColumns: List<ColumnResponse>, val tableSubType: String, val tableType: String)
Table's schema.
Constructors
Link copied to clipboard
fun SchemaResponse(categories: List<String>, columns: List<ColumnResponse>? = null, description: String? = null, displayName: String? = null, labels: List<String>, name: String? = null, solutions: List<String>, source: String, standardColumns: List<ColumnResponse>, tableSubType: String, tableType: String)