View Source GoogleApi.AirQuality.V1.Model.AdditionalInfo (google_api_air_quality v0.3.1)

The emission sources and health effects of a given pollutant.

Attributes

  • effects (type: String.t, default: nil) - Text representing the pollutant's main health effects.
  • sources (type: String.t, default: nil) - Text representing the pollutant's main emission sources.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AirQuality.V1.Model.AdditionalInfo{
  effects: String.t() | nil,
  sources: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.