GetGtmInstancesInstanceAlertConfig

data class GetGtmInstancesInstanceAlertConfig(val dingtalkNotice: Boolean, val emailNotice: Boolean, val noticeType: String, val smsNotice: Boolean)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to configure DingTalk notifications.

Link copied to clipboard

Whether to configure mail notification.

Link copied to clipboard

The Alarm Event Type.

Link copied to clipboard

Whether to configure SMS notification.