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: Url? = null, val summary: String, val description: String? = null, val lastUpdated: EpochSeconds? = null)(source)
An alert about changes to the system.
Constructors
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.