TemplateColumnSchemaArgs

data class TemplateColumnSchemaArgs(val dataType: Output<String>? = null, val geographicRole: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<TemplateColumnSchemaArgs>

The column schema.

Constructors

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

Properties

Link copied to clipboard
val dataType: Output<String>? = null

The data type of the column schema.

Link copied to clipboard
val geographicRole: Output<String>? = null

The geographic role of the column schema.

Link copied to clipboard
val name: Output<String>? = null

The name of the column schema.

Functions

Link copied to clipboard
open override fun toJava(): TemplateColumnSchemaArgs