Alert Strategy Response
    data class AlertStrategyResponse(val autoClose: String, val notificationChannelStrategy: List<NotificationChannelStrategyResponse>, val notificationRateLimit: NotificationRateLimitResponse)
Control over how the notification channels in notification_channels are notified when this alert fires.
Constructors
Link copied to clipboard
                fun AlertStrategyResponse(autoClose: String, notificationChannelStrategy: List<NotificationChannelStrategyResponse>, notificationRateLimit: NotificationRateLimitResponse)