Class Pollutant
Data regarding an air quality pollutant.
Implements
Inherited Members
Namespace: Google.Apis.AirQuality.v1.Data
Assembly: Google.Apis.AirQuality.v1.dll
Syntax
public class Pollutant : IDirectResponseSchema
Properties
AdditionalInfo
Additional information about the pollutant.
Declaration
[JsonProperty("additionalInfo")]
public virtual AdditionalInfo AdditionalInfo { get; set; }
Property Value
Type | Description |
---|---|
AdditionalInfo |
Code
The pollutant's code name (for example, "so2"). For a list of supported pollutant codes, see Reported pollutants.
Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
Concentration
The pollutant's concentration level measured by one of the standard air pollutation measure units.
Declaration
[JsonProperty("concentration")]
public virtual Concentration Concentration { get; set; }
Property Value
Type | Description |
---|---|
Concentration |
DisplayName
The pollutant's display name. For example: "NOx".
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FullName
The pollutant's full name. For chemical compounds, this is the IUPAC name. Example: "Sulfur Dioxide". For more information about the IUPAC names table, see https://iupac.org/what-we-do/periodic-table-of-elements/.
Declaration
[JsonProperty("fullName")]
public virtual string FullName { get; set; }
Property Value
Type | Description |
---|---|
string |