AnalyticsApplicationInputsSchemaRecordColumn

data class AnalyticsApplicationInputsSchemaRecordColumn(val mapping: String? = null, val name: String, val sqlType: String)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mapping: String? = null

The Mapping reference to the data element.

Link copied to clipboard

Name of the column.

Link copied to clipboard

The SQL Type of the column.