data property

List<DailyDataPoint>? data
getter/setter pair

required An array of data points, ordered by time, which together describe the weather conditions at the requested location over time.

Implementation

List<DailyDataPoint>? data;