AnalysisCustomParameterValuesArgs

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

Constructors

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

Functions

Link copied to clipboard
open override fun toJava(): AnalysisCustomParameterValuesArgs

Properties

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