LightsOutEmailNotification object
Polymorphism
LightsOutEmailNotification is a type that implements the LightsOutNotification type.
When an object of type LightsOutNotification is expected, you can use one of type LightsOutEmailNotification (or use any other implementation).
Example JSON representation
{
"email": "string",
"minutes": 1,
"type": "LightsOutEmailNotification"
}
Properties
property | attributes | valid values | description | filter option |
---|---|---|---|---|
email string |
required |
The email address to send the notification. |
||
minutes integer |
required |
A time prior to Lights-out execution the notification to be sent. |
||
type string |
required |
"LightsOutEmailNotification" | A type of the notification to send. |