Kpi Thresholds Args
data class KpiThresholdsArgs(val increasingKpi: Output<Boolean>, val lowerLimit: Output<Double>, val upperLimit: Output<Double>) : ConvertibleToJava<KpiThresholdsArgs>
Defines the KPI Threshold limits.
Constructors
Link copied to clipboard
fun KpiThresholdsArgs(increasingKpi: Output<Boolean>, lowerLimit: Output<Double>, upperLimit: Output<Double>)