AnalysisParametersDecimalParameterArgs

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

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

Display name for the analysis. The following arguments are optional:

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

Functions

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