Class AdditionalInfo
The emission sources and health effects of a given pollutant.
Implements
Inherited Members
Namespace: Google.Apis.AirQuality.v1.Data
Assembly: Google.Apis.AirQuality.v1.dll
Syntax
public class AdditionalInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Effects
Text representing the pollutant's main health effects.
Declaration
[JsonProperty("effects")]
public virtual string Effects { get; set; }
Property Value
Type | Description |
---|---|
string |
Sources
Text representing the pollutant's main emission sources.
Declaration
[JsonProperty("sources")]
public virtual string Sources { get; set; }
Property Value
Type | Description |
---|---|
string |