Class LookupForecastResponse
Implements
Inherited Members
Namespace: Google.Apis.Pollen.v1.Data
Assembly: Google.Apis.Pollen.v1.dll
Syntax
public class LookupForecastResponse : IDirectResponseSchema
Properties
DailyInfo
Required. This object contains the daily forecast information for each day requested.
Declaration
[JsonProperty("dailyInfo")]
public virtual IList<DayInfo> DailyInfo { get; set; }
Property Value
Type | Description |
---|---|
IList<DayInfo> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Optional. The token to retrieve the next page.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
RegionCode
The ISO_3166-1 alpha-2 code of the country/region corresponding to the location provided in the request. This field might be omitted from the response if the location provided in the request resides in a disputed territory.
Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
Type | Description |
---|---|
string |