TemplateCustomParameterValuesArgs

data class TemplateCustomParameterValuesArgs(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<TemplateCustomParameterValuesArgs>

Constructors

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

Properties

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

A list of datetime-type parameter values.

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

A list of decimal-type parameter values.

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

A list of integer-type parameter values.

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

A list of string-type parameter values.

Functions

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