ExpectedValueRangeResponse

data class ExpectedValueRangeResponse(val max: Double, val min: Double)

Max and Min Threshold values for the metric

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val max: Double

Max threshold value for the metric

Link copied to clipboard
val min: Double

Min threshold value for the metric