IndexColumnArgs

data class IndexColumnArgs(val columnName: Output<String>? = null, val dataType: Output<Either<String, FeatureDataType>>? = null) : ConvertibleToJava<IndexColumnArgs>

DTO object representing index column

Constructors

Link copied to clipboard
constructor(columnName: Output<String>? = null, dataType: Output<Either<String, FeatureDataType>>? = null)

Properties

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

Specifies the column name

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

Specifies the data type

Functions

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