Scheduled Query Rules Alert Action
data class ScheduledQueryRulesAlertAction(val actionGroups: List<String>, val customWebhookPayload: String? = null, val emailSubject: String? = null)
Constructors
Link copied to clipboard
fun ScheduledQueryRulesAlertAction(actionGroups: List<String>, customWebhookPayload: String? = null, emailSubject: String? = null)