DatasetParameterArgs

data class DatasetParameterArgs(val createColumn: Output<Boolean>? = null, val datetimeOptions: Output<DatasetDatetimeOptionsArgs>? = null, val filter: Output<DatasetFilterExpressionArgs>? = null, val name: Output<String>, val type: Output<DatasetParameterType>) : ConvertibleToJava<DatasetParameterArgs>

Constructors

Link copied to clipboard
fun DatasetParameterArgs(createColumn: Output<Boolean>? = null, datetimeOptions: Output<DatasetDatetimeOptionsArgs>? = null, filter: Output<DatasetFilterExpressionArgs>? = null, name: Output<String>, type: Output<DatasetParameterType>)

Functions

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

Properties

Link copied to clipboard
val createColumn: Output<Boolean>? = null

Add the value of this parameter as a column in a dataset.

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

Parameter type