AlertRuleAnomalyDuplicateThresholdObservation

data class AlertRuleAnomalyDuplicateThresholdObservation(val description: String? = null, val max: String? = null, val min: String? = null, val name: String, val value: String)

Constructors

constructor(description: String? = null, max: String? = null, min: String? = null, name: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the threshold observation.

Link copied to clipboard
val max: String? = null

The max value of the threshold observation.

Link copied to clipboard
val min: String? = null

The min value of the threshold observation.

Link copied to clipboard

The name of the threshold observation.

Link copied to clipboard

The value of the threshold observation.