DispatchRuleNotifyRule

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

Constructors

Link copied to clipboard
constructor(notifyChannels: List<String>, notifyEndTime: String, notifyObjects: List<DispatchRuleNotifyRuleNotifyObject>, notifyStartTime: String)

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

End time of notification.

Link copied to clipboard

Sets the notification object. See notify_objects below.

Link copied to clipboard

Start time of notification.