hourlyForecasts property

List<HourlyForecast>? hourlyForecasts
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 forecast there will be 48 elements of hourly forecasts.

Optional.

Implementation

core.List<HourlyForecast>? hourlyForecasts;