Dashboard Integer Default Values
data class DashboardIntegerDefaultValues(val dynamicValue: DashboardDynamicDefaultValue? = null, val staticValues: List<Double>? = null)
Constructors
Link copied to clipboard
fun DashboardIntegerDefaultValues(dynamicValue: DashboardDynamicDefaultValue? = null, staticValues: List<Double>? = null)