Gtm Instance Alert Config Args
data class GtmInstanceAlertConfigArgs(val dingtalkNotice: Output<Boolean>? = null, val emailNotice: Output<Boolean>? = null, val noticeType: Output<String>? = null, val smsNotice: Output<Boolean>? = null) : ConvertibleToJava<GtmInstanceAlertConfigArgs>