Show / Hide Table of Contents

Class PlantInfo

This object contains the daily information on specific plant.

Inheritance
object
PlantInfo
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX