TemplateColumnGroupColumnSchema

data class TemplateColumnGroupColumnSchema(val name: String? = null)

A structure describing the name, data type, and geographic role of the columns.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the column group's column schema.