AlertRuleAnomalyBuiltInPrioritizedExcludeObservation

data class AlertRuleAnomalyBuiltInPrioritizedExcludeObservation(val description: String? = null, val exclude: String? = null, val name: String? = null, val prioritize: String? = null)

Constructors

constructor(description: String? = null, exclude: String? = null, name: String? = null, prioritize: 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 exclude: String? = null

The excluded value per description.

Link copied to clipboard
val name: String? = null

The Name of the built-in Anomaly Alert Rule.

Link copied to clipboard
val prioritize: String? = null

The prioritized value per description.