AnalysisParametersIntegerParameterArgs

data class AnalysisParametersIntegerParameterArgs(val name: Output<String>, val values: Output<List<Int>>) : ConvertibleToJava<AnalysisParametersIntegerParameterArgs>

Constructors

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

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<Int>>

Functions

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