Table of Contents

Class PollenForecastResponse

Namespace
GoogleMapsApi.Entities.Pollen.Response
Assembly
GoogleMapsApi.dll

Response from the Pollen API forecast:lookup endpoint.

public sealed class PollenForecastResponse : IResponseFor<PollenForecastRequest>
Inheritance
PollenForecastResponse
Implements
Inherited Members

Properties

DailyInfo

The daily forecasts, one entry per requested day.

[JsonPropertyName("dailyInfo")]
public List<DayInfo>? DailyInfo { get; set; }

Property Value

List<DayInfo>

NextPageToken

Token to pass as PageToken on a follow-up request to fetch the next page, if any.

[JsonPropertyName("nextPageToken")]
public string? NextPageToken { get; set; }

Property Value

string

RegionCode

Region code (ISO 3166-1 alpha-2) of the location.

[JsonPropertyName("regionCode")]
public string? RegionCode { get; set; }

Property Value

string