Get Gtm Instances Instance Alert Config
data class GetGtmInstancesInstanceAlertConfig(val dingtalkNotice: Boolean, val emailNotice: Boolean, val noticeType: String, val smsNotice: Boolean)
Constructors
Link copied to clipboard
fun GetGtmInstancesInstanceAlertConfig(dingtalkNotice: Boolean, emailNotice: Boolean, noticeType: String, smsNotice: Boolean)