View Source GoogleApi.Pollen.V1.Model.DayInfo (google_api_pollen v0.3.0)
This object contains the daily forecast information for each day requested.
Attributes
-
date
(type:GoogleApi.Pollen.V1.Model.Date.t
, default:nil
) - The date in UTC at which the pollen forecast data is represented. -
plantInfo
(type:list(GoogleApi.Pollen.V1.Model.PlantInfo.t)
, default:nil
) - This list will include up to 15 pollen species affecting the location specified in the request. -
pollenTypeInfo
(type:list(GoogleApi.Pollen.V1.Model.PollenTypeInfo.t)
, default:nil
) - This list will include up to three pollen types (GRASS, WEED, TREE) affecting the location specified in the request.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Pollen.V1.Model.DayInfo{ date: GoogleApi.Pollen.V1.Model.Date.t() | nil, plantInfo: [GoogleApi.Pollen.V1.Model.PlantInfo.t()] | nil, pollenTypeInfo: [GoogleApi.Pollen.V1.Model.PollenTypeInfo.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.