View Source GoogleApi.Pollen.V1.Model.LookupForecastResponse (google_api_pollen v0.3.0)
Attributes
-
dailyInfo
(type:list(GoogleApi.Pollen.V1.Model.DayInfo.t)
, default:nil
) - Required. This object contains the daily forecast information for each day requested. -
nextPageToken
(type:String.t
, default:nil
) - Optional. The token to retrieve the next page. -
regionCode
(type:String.t
, default:nil
) - The ISO_3166-1 alpha-2 code of the country/region corresponding to the location provided in the request. This field might be omitted from the response if the location provided in the request resides in a disputed territory.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Pollen.V1.Model.LookupForecastResponse{ dailyInfo: [GoogleApi.Pollen.V1.Model.DayInfo.t()] | nil, nextPageToken: String.t() | nil, regionCode: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.