AnalysisDecimalParameterArgs

data class AnalysisDecimalParameterArgs(val name: Output<String>, val values: Output<List<Double>>) : ConvertibleToJava<AnalysisDecimalParameterArgs>

Constructors

Link copied to clipboard
fun AnalysisDecimalParameterArgs(name: Output<String>, values: Output<List<Double>>)

Functions

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

Properties

Link copied to clipboard
val name: Output<String>
Link copied to clipboard
val values: Output<List<Double>>