DataSetDecimalDatasetParameterArgs

data class DataSetDecimalDatasetParameterArgs(val defaultValues: Output<DataSetDecimalDatasetParameterDefaultValuesArgs>? = null, val id: Output<String>, val name: Output<String>, val valueType: Output<DataSetDatasetParameterValueType>) : ConvertibleToJava<DataSetDecimalDatasetParameterArgs>

A decimal parameter for a dataset.

Constructors

Link copied to clipboard
constructor(defaultValues: Output<DataSetDecimalDatasetParameterDefaultValuesArgs>? = null, id: Output<String>, name: Output<String>, valueType: Output<DataSetDatasetParameterValueType>)

Properties

Link copied to clipboard

A list of default values for a given decimal parameter. This structure only accepts static values.

Link copied to clipboard
val id: Output<String>

An identifier for the decimal parameter created in the dataset.

Link copied to clipboard
val name: Output<String>

The name of the decimal parameter that is created in the dataset.

Link copied to clipboard

The value type of the dataset parameter. Valid values are single value or multi value .

Functions

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