Show / Hide Table of Contents

Class AdditionalInfo

The emission sources and health effects of a given pollutant.

Inheritance
object
AdditionalInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX