TableSchemaDefinitionColumnArgs

data class TableSchemaDefinitionColumnArgs(val name: Output<String>, val type: Output<String>) : ConvertibleToJava<TableSchemaDefinitionColumnArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the column.

Link copied to clipboard
val type: Output<String>

The data type of the column. See the Developer Guide for a list of available data types.

Functions

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