DashboardIntegerDefaultValues

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)

Types

Link copied to clipboard
object Companion

Properties

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