DataSetNewDefaultValuesArgs

data class DataSetNewDefaultValuesArgs(val dateTimeStaticValues: Output<List<String>>? = null, val decimalStaticValues: Output<List<Double>>? = null, val integerStaticValues: Output<List<Double>>? = null, val stringStaticValues: Output<List<String>>? = null) : ConvertibleToJava<DataSetNewDefaultValuesArgs>

The configuration that overrides the existing default values for a dataset parameter that is inherited from another dataset.

Constructors

Link copied to clipboard
constructor(dateTimeStaticValues: Output<List<String>>? = null, decimalStaticValues: Output<List<Double>>? = null, integerStaticValues: Output<List<Double>>? = null, stringStaticValues: Output<List<String>>? = null)

Properties

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

A list of static default values for a given date time parameter.

Link copied to clipboard
val decimalStaticValues: Output<List<Double>>? = null

A list of static default values for a given decimal parameter.

Link copied to clipboard
val integerStaticValues: Output<List<Double>>? = null

A list of static default values for a given integer parameter.

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

A list of static default values for a given string parameter.

Functions

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