Constructor
new module:ct-alerts /Notification()
Methods
get Additional Fields() → {Map}
Returns all additional fields associated with this notification.
Returns:
Additional fields for this notification.
- Type
- Map
get Source() → {String}
Returns the source of the notification. This will be "Triggered" for
notifications created by a module:ct-alerts/Trigger
, or a value
defined by the DataSource that the notification originated from (typically
the name of the DataSource).
Returns:
The source of the notification.
- Type
- String
get Time Created() → {Number}
Returns the time that the notification was generated.
Returns:
Seconds since epoch that this notification was generated.
- Type
- Number