Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

LookupForecastResponse

import type { LookupForecastResponse } from "https://googleapis.deno.dev/v1/pollen:v1.ts";
interface LookupForecastResponse {
dailyInfo?: DayInfo[];
nextPageToken?: string;
regionCode?: string;
}

§Properties

§
dailyInfo?: DayInfo[]
[src]

Required. This object contains the daily forecast information for each day requested.

§
nextPageToken?: string
[src]

Optional. The token to retrieve the next page.

§
regionCode?: string
[src]

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.