Alert
data class Alert(val alertId: String, val type: AlertType, val times: List<AlertTime>? = null, val stationIds: List<String>? = null, val regionIds: List<String>? = null, val url: LocalizedUrl? = null, val summary: LocalizedText, val description: LocalizedText? = null, val lastUpdated: Timestamp? = null)(source)
An alert about changes to the system.
Constructors
Link copied to clipboard
constructor(alertId: String, type: AlertType, times: List<AlertTime>? = null, stationIds: List<String>? = null, regionIds: List<String>? = null, url: LocalizedUrl? = null, summary: LocalizedText, description: LocalizedText? = null, lastUpdated: Timestamp? = null)
Properties
Link copied to clipboard
Identifier for this alert.
Link copied to clipboard
Detailed description of the alert.
Link copied to clipboard
Indicates the last time the info for the alert was updated.
Link copied to clipboard
If this system has regions, and if this alert only affects certain regions, their IDs.
Link copied to clipboard
If this is an alert that affects one or more stations, their IDs.
Link copied to clipboard
A short summary of this alert to be displayed to the customer.
Link copied to clipboard
URL where the customer can learn more information about this alert.