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