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

The concentration of a given pollutant in the air.

Attributes

  • units (type: String.t, default: nil) - Units for measuring this pollutant concentration.
  • value (type: number(), default: nil) - Value of the pollutant concentration.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AirQuality.V1.Model.Concentration{
  units: String.t() | nil,
  value: number() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.