Class PlantDescription
Contains general information about plants, including details on their seasonality, special shapes and colors, information about allergic cross-reactions, and plant photos.
Implements
Inherited Members
Namespace: Google.Apis.Pollen.v1.Data
Assembly: Google.Apis.Pollen.v1.dll
Syntax
public class PlantDescription : IDirectResponseSchema
Properties
CrossReaction
Textual description of pollen cross reaction plants. Example: Alder, Hazel, Hornbeam, Beech, Willow, and Oak pollen.
Declaration
[JsonProperty("crossReaction")]
public virtual string CrossReaction { 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 |
Family
A human readable representation of the plant family name. Example: "Betulaceae (the Birch family)".
Declaration
[JsonProperty("family")]
public virtual string Family { get; set; }
Property Value
Type | Description |
---|---|
string |
Picture
Link to the picture of the plant.
Declaration
[JsonProperty("picture")]
public virtual string Picture { get; set; }
Property Value
Type | Description |
---|---|
string |
PictureCloseup
Link to a closeup picture of the plant.
Declaration
[JsonProperty("pictureCloseup")]
public virtual string PictureCloseup { get; set; }
Property Value
Type | Description |
---|---|
string |
Season
Textual list of explanations of seasons where the pollen is active. Example: "Late winter, spring".
Declaration
[JsonProperty("season")]
public virtual string Season { get; set; }
Property Value
Type | Description |
---|---|
string |
SpecialColors
Textual description of the plants' colors of leaves, bark, flowers or seeds that helps identify the plant.
Declaration
[JsonProperty("specialColors")]
public virtual string SpecialColors { get; set; }
Property Value
Type | Description |
---|---|
string |
SpecialShapes
Textual description of the plants' shapes of leaves, bark, flowers or seeds that helps identify the plant.
Declaration
[JsonProperty("specialShapes")]
public virtual string SpecialShapes { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The plant's pollen type. For example: "GRASS". A list of all available codes could be found here.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |