AWFThreat
Objective-C
@interface AWFThreat : AWFGeographicObject
Swift
class AWFThreat : AWFGeographicObject
An AWFThreat
object represents data returned by the threats endpoint
of the Aeris Weather API.
-
Array of
AWFThreatPeriod
instances for the current and future periods as supported.Declaration
Objective-C
@property (nonatomic, strong, nullable) NSArray<AWFThreatPeriod *> *periods;
Swift
var periods: [AWFThreatPeriod]? { get set }