TemplateColumnSchema

data class TemplateColumnSchema(val dataType: String? = null, val geographicRole: String? = null, val name: String? = null)

The column schema.

Constructors

Link copied to clipboard
constructor(dataType: String? = null, geographicRole: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataType: String? = null

The data type of the column schema.

Link copied to clipboard
val geographicRole: String? = null

The geographic role of the column schema.

Link copied to clipboard
val name: String? = null

The name of the column schema.