DispatchRuleNotifyRule

data class DispatchRuleNotifyRule(val notifyChannels: List<String>, val notifyObjects: List<DispatchRuleNotifyRuleNotifyObject>)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The notification method. Valid values: dingTalk, sms, webhook, email, and wechat.

Link copied to clipboard

Sets the notification object. See notify_objects below.