GetAlertsAlertConfigurationConditionConfiguration

data class GetAlertsAlertConfigurationConditionConfiguration(val condition: String, val countCondition: String)

Constructors

constructor(condition: String, countCondition: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Data matching expression.When the data content does not need to be determined, set it to an empty string.In other cases, it needs to be set as an expression, for example, errCnt> 10.

Link copied to clipboard

The number of pieces of data to determine the number of pieces of data to indicate how many pieces of data meet the conditions.If data exists, it is satisfied. Set it to an empty string.In other cases, it needs to be set as an expression, such as__count__> 3.