AlertRuleAnomalyBuiltInMultiSelectObservation

data class AlertRuleAnomalyBuiltInMultiSelectObservation(val description: String? = null, val name: String? = null, val supportedValues: List<String>? = null, val values: List<String>? = null)

Constructors

constructor(description: String? = null, name: String? = null, supportedValues: List<String>? = null, values: List<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 name: String? = null

The Name of the built-in Anomaly Alert Rule.

Link copied to clipboard

A list of supported values of the single select observation.

Link copied to clipboard
val values: List<String>? = null

A list of values of the single select observation.