Show / Hide Table of Contents

Class DayInfo

This object contains the daily forecast information for each day requested.

Inheritance
object
DayInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX