AlertRuleAnomalyBuiltInThresholdObservation

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

Constructors

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

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
val name: String? = null

The Name of the built-in Anomaly Alert Rule.

Link copied to clipboard
val value: String? = null

The value of the threshold observation.