AnalyticsApplicationInputsSchemaRecordColumn

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

Constructors

constructor(mapping: String? = null, name: String, sqlType: String)

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.