Show / Hide Table of Contents

Class IndexInfo

This object contains data representing specific pollen index value, category and description.

Inheritance
object
IndexInfo
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 IndexInfo : IDirectResponseSchema

Properties

Category

Text classification of index numerical score interpretation. The index consists of six categories: * 0: "None" * 1: "Very low" * 2: "Low" * 3: "Moderate" * 4: "High" * 5: "Very high

Declaration
[JsonProperty("category")]
public virtual string Category { get; set; }
Property Value
Type Description
string

Code

The index's code. This field represents the index for programming purposes by using snake cases instead of spaces. Example: "UPI".

Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type Description
string

Color

The color used to represent the Pollen Index numeric score.

Declaration
[JsonProperty("color")]
public virtual Color Color { get; set; }
Property Value
Type Description
Color

DisplayName

A human readable representation of the index name. Example: "Universal Pollen Index".

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

IndexDescription

Textual explanation of current index level.

Declaration
[JsonProperty("indexDescription")]
public virtual string IndexDescription { get; set; }
Property Value
Type Description
string

Value

The index's numeric score. Numeric range is between 0 and 5.

Declaration
[JsonProperty("value")]
public virtual int? Value { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX