Show / Hide Table of Contents

Class CustomLocalAqi

Expresses a 'country/region to AQI' relationship. Pairs a country/region with a desired AQI so that air quality data that is required for that country/region will be displayed according to the chosen AQI.

Inheritance
object
CustomLocalAqi
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 CustomLocalAqi : IDirectResponseSchema

Properties

Aqi

The AQI to associate the country/region with. Value should be a valid index code.

Declaration
[JsonProperty("aqi")]
public virtual string Aqi { 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

RegionCode

The country/region requiring the custom AQI. Value should be provided using ISO 3166-1 alpha-2 code.

Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX