hoursInfo property

List<HourInfo>? hoursInfo
getter/setter pair

Contains the air quality information for each hour in the requested range.

For example, if the request is for 48 hours of history there will be 48 elements of hourly info.

Optional.

Implementation

core.List<HourInfo>? hoursInfo;