DiAlarmRuleNotificationSettings

data class DiAlarmRuleNotificationSettings(val inhibitionInterval: Int? = null, val notificationChannels: List<DiAlarmRuleNotificationSettingsNotificationChannel>? = null, val notificationReceivers: List<DiAlarmRuleNotificationSettingsNotificationReceiver>? = null)

Constructors

Link copied to clipboard
constructor(inhibitionInterval: Int? = null, notificationChannels: List<DiAlarmRuleNotificationSettingsNotificationChannel>? = null, notificationReceivers: List<DiAlarmRuleNotificationSettingsNotificationReceiver>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val inhibitionInterval: Int? = null

Alarm suppression interval, in minutes

Link copied to clipboard

Alarm notification Channel See notification_channels below.

Link copied to clipboard

List of alert notification recipients See notification_receivers below.