GtmInstanceAlertConfig

data class GtmInstanceAlertConfig(val dingtalkNotice: Boolean? = null, val emailNotice: Boolean? = null, val noticeType: String? = null, val smsNotice: Boolean? = null)

Constructors

Link copied to clipboard
constructor(dingtalkNotice: Boolean? = null, emailNotice: Boolean? = null, noticeType: String? = null, smsNotice: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dingtalkNotice: Boolean? = null

Whether to configure DingTalk notifications. Valid values: true, false.

Link copied to clipboard
val emailNotice: Boolean? = null

Whether to configure mail notification. Valid values: true, false.

Link copied to clipboard
val noticeType: String? = null

The Alarm Event Type.

Link copied to clipboard
val smsNotice: Boolean? = null

Whether to configure SMS notification. Valid values: true, false.