Data Set New Default Values
data class DataSetNewDefaultValues(val dateTimeStaticValues: List<String>? = null, val decimalStaticValues: List<Double>? = null, val integerStaticValues: List<Double>? = null, val stringStaticValues: List<String>? = null)
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.