TemplateCustomParameterValues

data class TemplateCustomParameterValues(val dateTimeValues: List<String>? = null, val decimalValues: List<Double>? = null, val integerValues: List<Double>? = null, val stringValues: List<String>? = null)

Constructors

Link copied to clipboard
fun TemplateCustomParameterValues(dateTimeValues: List<String>? = null, decimalValues: List<Double>? = null, integerValues: List<Double>? = null, stringValues: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dateTimeValues: List<String>? = null
Link copied to clipboard
val decimalValues: List<Double>? = null
Link copied to clipboard
val integerValues: List<Double>? = null
Link copied to clipboard
val stringValues: List<String>? = null