ActionGroupsInformationResponse

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
constructor(customEmailSubject: String? = null, customWebhookPayload: String? = null, groupIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An optional custom email subject to use in email notifications.

Link copied to clipboard

An optional custom web-hook payload to use in web-hook notifications.

Link copied to clipboard

The Action Group resource IDs.