ScheduledQueryRulesAlertV2CriteriaDimension

data class ScheduledQueryRulesAlertV2CriteriaDimension(val name: String, val operator: String, val values: List<String>)

Constructors

constructor(name: String, operator: String, values: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the dimension.

Link copied to clipboard

Operator for dimension values. Possible values are Exclude,and Include.

Link copied to clipboard

List of dimension values. Use a wildcard * to collect all.