TableSchemaDefinitionColumn

data class TableSchemaDefinitionColumn(val name: String, val type: String)

Constructors

Link copied to clipboard
constructor(name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the column.

Link copied to clipboard

The data type of the column. See the Developer Guide for a list of available data types.