TemplateDecimalDefaultValues

data class TemplateDecimalDefaultValues(val dynamicValue: TemplateDynamicDefaultValue? = null, val staticValues: List<Double>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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

The static values of the DecimalDefaultValues .