ExpectedValueRangeArgs

data class ExpectedValueRangeArgs(val max: Output<Double>, val min: Output<Double>) : ConvertibleToJava<ExpectedValueRangeArgs>

Max and Min Threshold values for the metric

Constructors

Link copied to clipboard
constructor(max: Output<Double>, min: Output<Double>)

Properties

Link copied to clipboard
val max: Output<Double>

Max threshold value for the metric

Link copied to clipboard
val min: Output<Double>

Min threshold value for the metric

Functions

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