Class PlantInfo
This object contains the daily information on specific plant.
Implements
Inherited Members
Namespace: Google.Apis.Pollen.v1.Data
Assembly: Google.Apis.Pollen.v1.dll
Syntax
public class PlantInfo : IDirectResponseSchema
Properties
Code
The plant code name. For example: "COTTONWOOD". A list of all available codes could be found here.
Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
A human readable representation of the plant name. Example: “Cottonwood".
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 |
InSeason
Indication of either the plant is in season or not.
Declaration
[JsonProperty("inSeason")]
public virtual bool? InSeason { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IndexInfo
This object contains data representing specific pollen index value, category and description.
Declaration
[JsonProperty("indexInfo")]
public virtual IndexInfo IndexInfo { get; set; }
Property Value
Type | Description |
---|---|
IndexInfo |
PlantDescription
Contains general information about plants, including details on their seasonality, special shapes and colors, information about allergic cross-reactions, and plant photos.
Declaration
[JsonProperty("plantDescription")]
public virtual PlantDescription PlantDescription { get; set; }
Property Value
Type | Description |
---|---|
PlantDescription |