NotificationsSourceAlertResponse

data class NotificationsSourceAlertResponse(val minimalSeverity: String? = null, val sourceType: String)

Alert notification source

Constructors

Link copied to clipboard
constructor(minimalSeverity: String? = null, sourceType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val minimalSeverity: String? = null

Defines the minimal alert severity which will be sent as email notifications

Link copied to clipboard

The source type that will trigger the notification Expected value is 'Alert'.