Dashboard Decimal Value When Unset Configuration
data class DashboardDecimalValueWhenUnsetConfiguration(val customValue: Double? = null, val valueWhenUnsetOption: DashboardValueWhenUnsetOption? = null)
Constructors
Link copied to clipboard
constructor(customValue: Double? = null, valueWhenUnsetOption: DashboardValueWhenUnsetOption? = null)