GetAlarmPlainArgs

data class GetAlarmPlainArgs(val alarmName: String) : ConvertibleToJava<GetAlarmPlainArgs>

Constructors

Link copied to clipboard
constructor(alarmName: String)

Properties

Link copied to clipboard

The name for the alarm. Specify the name of an existing alarm to update, and overwrite the previous configuration of the alarm.

Functions

Link copied to clipboard
open override fun toJava(): GetAlarmPlainArgs