Gtm Instance Alert Config
data class GtmInstanceAlertConfig(val dingtalkNotice: Boolean? = null, val emailNotice: Boolean? = null, val noticeType: String? = null, val smsNotice: Boolean? = null)
Constructors
Link copied to clipboard
fun GtmInstanceAlertConfig(dingtalkNotice: Boolean? = null, emailNotice: Boolean? = null, noticeType: String? = null, smsNotice: Boolean? = null)