Class DayInfo
This object contains the daily forecast information for each day requested.
Implements
Inherited Members
Namespace: Google.Apis.Pollen.v1.Data
Assembly: Google.Apis.Pollen.v1.dll
Syntax
public class DayInfo : IDirectResponseSchema
Properties
Date
The date in UTC at which the pollen forecast data is represented.
Declaration
[JsonProperty("date")]
public virtual Date Date { get; set; }
Property Value
Type | Description |
---|---|
Date |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PlantInfo
This list will include up to 15 pollen species affecting the location specified in the request.
Declaration
[JsonProperty("plantInfo")]
public virtual IList<PlantInfo> PlantInfo { get; set; }
Property Value
Type | Description |
---|---|
IList<PlantInfo> |
PollenTypeInfo
This list will include up to three pollen types (GRASS, WEED, TREE) affecting the location specified in the request.
Declaration
[JsonProperty("pollenTypeInfo")]
public virtual IList<PollenTypeInfo> PollenTypeInfo { get; set; }
Property Value
Type | Description |
---|---|
IList<PollenTypeInfo> |