DataSetPhysicalTableMapCustomSqlColumnArgs

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

Constructors

fun DataSetPhysicalTableMapCustomSqlColumnArgs(name: Output<String>, type: Output<String>)

Functions

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

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.