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>
Constructors
Link copied to clipboard
fun GtmInstanceAlertConfigArgs(dingtalkNotice: Output<Boolean>? = null, emailNotice: Output<Boolean>? = null, noticeType: Output<String>? = null, smsNotice: Output<Boolean>? = null)