View Source GoogleApi.AirQuality.V1.Model.HealthRecommendations (google_api_air_quality v0.3.0)

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

Attributes

  • athletes (type: String.t, default: nil) - Sports and other strenuous outdoor activities.
  • children (type: String.t, default: nil) - Younger populations including children, toddlers, and babies.
  • elderly (type: String.t, default: nil) - Retirees and people older than the general population.
  • generalPopulation (type: String.t, default: nil) - No specific sensitivities.
  • heartDiseasePopulation (type: String.t, default: nil) - Heart and circulatory system diseases.
  • lungDiseasePopulation (type: String.t, default: nil) - Respiratory related problems and asthma suffers.
  • pregnantWomen (type: String.t, default: nil) - Women at all stages of pregnancy.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AirQuality.V1.Model.HealthRecommendations{
  athletes: String.t() | nil,
  children: String.t() | nil,
  elderly: String.t() | nil,
  generalPopulation: String.t() | nil,
  heartDiseasePopulation: String.t() | nil,
  lungDiseasePopulation: String.t() | nil,
  pregnantWomen: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.