TemplateIntegerDefaultValues

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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