Class PollenTypeInfo
This object contains the pollen type index and health recommendation information on specific pollen type.
Implements
Inherited Members
Namespace: Google.Apis.Pollen.v1.Data
Assembly: Google.Apis.Pollen.v1.dll
Syntax
public class PollenTypeInfo : IDirectResponseSchema
Properties
Code
The pollen type's code name. For example: "GRASS"
Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
A human readable representation of the pollen type name. Example: "Grass"
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HealthRecommendations
Textual list of explanations, related to health insights based on the current pollen levels.
Declaration
[JsonProperty("healthRecommendations")]
public virtual IList<string> HealthRecommendations { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
InSeason
Indication whether the plant is in season or not.
Declaration
[JsonProperty("inSeason")]
public virtual bool? InSeason { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IndexInfo
Contains the Universal Pollen Index (UPI) data for the pollen type.
Declaration
[JsonProperty("indexInfo")]
public virtual IndexInfo IndexInfo { get; set; }
Property Value
Type | Description |
---|---|
IndexInfo |