DashboardStringDefaultValues

data class DashboardStringDefaultValues(val dynamicValue: DashboardDynamicDefaultValue? = null, val staticValues: List<String>? = null)

Constructors

Link copied to clipboard
constructor(dynamicValue: DashboardDynamicDefaultValue? = null, staticValues: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The dynamic value of the StringDefaultValues . Different defaults displayed according to users, groups, and values mapping.

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

The static values of the DecimalDefaultValues .