AlertConfigurationJoinConfiguration

data class AlertConfigurationJoinConfiguration(val condition: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(condition: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val condition: String? = null

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
val type: String? = null