AlertRuleAnomalyDuplicateSingleSelectObservation

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

Constructors

constructor(description: String? = null, name: String, supportedValues: List<String>? = null, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the single select observation.

Link copied to clipboard

The name of the single select observation.

Link copied to clipboard

A list of supported values of the single select observation.

Link copied to clipboard

The value of the multi select observation.