SchemaResponse

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
constructor(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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Table category.

Link copied to clipboard

A list of table custom columns.

Link copied to clipboard
val description: String? = null

Table description.

Link copied to clipboard
val displayName: String? = null

Table display name.

Link copied to clipboard

Table labels.

Link copied to clipboard
val name: String? = null

Table name.

Link copied to clipboard

List of solutions the table is affiliated with

Link copied to clipboard

Table's creator.

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.

Link copied to clipboard

Table's creator.