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 restoredLogs: RestoredLogsResponse, val searchResults: SearchResultsResponse, 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
constructor(categories: List<String>, columns: List<ColumnResponse>? = null, description: String? = null, displayName: String? = null, labels: List<String>, name: String? = null, restoredLogs: RestoredLogsResponse, searchResults: SearchResultsResponse, solutions: List<String>, source: String, standardColumns: List<ColumnResponse>, tableSubType: String, tableType: String)
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
Parameters of the restore operation that initiated this table.
Link copied to clipboard
Parameters of the search job that initiated this table.
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.