pollutants property

List<Pollutant>? pollutants
getter/setter pair

A list of pollutants affecting the location specified in the request.

Note: This field will be returned only for requests that specified one or more of the following extra computations: POLLUTANT_ADDITIONAL_INFO, DOMINANT_POLLUTANT_CONCENTRATION, POLLUTANT_CONCENTRATION.

Implementation

core.List<Pollutant>? pollutants;