AnalysisCustomParameterValues

data class AnalysisCustomParameterValues(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
constructor(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

A list of datetime-type parameter values.

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

A list of decimal-type parameter values.

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

A list of integer-type parameter values.

Link copied to clipboard
val stringValues: List<String>? = null

A list of string-type parameter values.