Metric Alert Action Response
data class MetricAlertActionResponse(val actionGroupId: String? = null, val webHookProperties: Map<String, String>? = null)
An alert action.
Constructors
Link copied to clipboard
fun MetricAlertActionResponse(actionGroupId: String? = null, webHookProperties: Map<String, String>? = null)