AlarmModelAlarmEventActions

data class AlarmModelAlarmEventActions(val alarmActions: List<AlarmModelAlarmAction>? = null)

Contains information about one or more alarm actions.

Constructors

Link copied to clipboard
constructor(alarmActions: List<AlarmModelAlarmAction>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies one or more supported actions to receive notifications when the alarm state changes.