Action Groups Information Response
data class ActionGroupsInformationResponse(val customEmailSubject: String? = null, val customWebhookPayload: String? = null, val groupIds: List<String>)
The Action Groups information, used by the alert rule.
Constructors
Link copied to clipboard
fun ActionGroupsInformationResponse(customEmailSubject: String? = null, customWebhookPayload: String? = null, groupIds: List<String>)