DataSetPhysicalTableMapRelationalTableInputColumnArgs

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

Constructors

Functions

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

Properties

Link copied to clipboard
val name: Output<String>

Name of this column in the underlying data source.

Link copied to clipboard
val type: Output<String>

Data type of the column.