AnalysisStringDefaultValues

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

Constructors

Link copied to clipboard
constructor(dynamicValue: AnalysisDynamicDefaultValue? = 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 .