Structure
Alert
public struct Alert: Codable, Hashable, Equatable
Type that holds information about weather alerts
Relationships
Conforms To
Codable
Equatable
Hashable
Properties
senderName
public let senderName: String
Name of the alert source. Please read here the full list of alert sources
eventName
public let eventName: String
Alert event name
startDate
public let startDate: Date
/ Date and time of the start of the alert
endDate
public let endDate: Date
/ Date and time of the end of the alert
description
public let description: String
Description of the alert