Show / Hide Table of Contents

Class HealthRecommendations

Health recommendations for different population groups in a free text format. The recommendations are derived from their associated air quality conditions.

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

Properties

Athletes

Sports and other strenuous outdoor activities.

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

Children

Younger populations including children, toddlers, and babies.

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

Elderly

Retirees and people older than the general population.

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

GeneralPopulation

No specific sensitivities.

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

HeartDiseasePopulation

Heart and circulatory system diseases.

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

LungDiseasePopulation

Respiratory related problems and asthma suffers.

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

PregnantWomen

Women at all stages of pregnancy.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX