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.
Properties
Link copied to clipboard
Table category.
Link copied to clipboard
A list of table custom columns.
Link copied to clipboard
Table description.
Link copied to clipboard
Table display name.
Link copied to clipboard
A list of table standard columns.
Link copied to clipboard
The subtype describes what APIs can be used to interact with the table, and what features are available against it.