Data Set New Default Values Args
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
Properties
Link copied to clipboard
A list of static default values for a given date time parameter.
Link copied to clipboard
A list of static default values for a given decimal parameter.
Link copied to clipboard
A list of static default values for a given integer parameter.
Link copied to clipboard
A list of static default values for a given string parameter.