DataSetNewDefaultValues

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

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

Types

Link copied to clipboard
object Companion

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.