AlertRuleAnomalyDuplicateMultiSelectObservation

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the multi select observation.

Link copied to clipboard

The name of the multi select observation.

Link copied to clipboard

A list of supported values of the multi select observation.

Link copied to clipboard

A list of values of the multi select observation.