Notification Channel Notification Filter Config
data class NotificationChannelNotificationFilterConfig(val messageTypes: List<NotificationChannelNotificationMessageType>? = null, val severities: List<NotificationChannelInsightSeverity>? = null)
Information about filters of a notification channel configured in DevOpsGuru to filter for insights.
Constructors
Link copied to clipboard
fun NotificationChannelNotificationFilterConfig(messageTypes: List<NotificationChannelNotificationMessageType>? = null, severities: List<NotificationChannelInsightSeverity>? = null)