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

LocationsSearchkeywordsImpressionsMonthlyListOptions

import type { LocationsSearchkeywordsImpressionsMonthlyListOptions } from "https://googleapis.deno.dev/v1/businessprofileperformance:v1.ts";

Additional options for BusinessProfilePerformance#locationsSearchkeywordsImpressionsMonthlyList.

interface LocationsSearchkeywordsImpressionsMonthlyListOptions {
[monthlyRange.endMonth.day]?: number;
[monthlyRange.endMonth.month]?: number;
[monthlyRange.endMonth.year]?: number;
[monthlyRange.startMonth.day]?: number;
[monthlyRange.startMonth.month]?: number;
[monthlyRange.startMonth.year]?: number;
pageSize?: number;
pageToken?: Uint8Array;
}

§Properties

§
[monthlyRange.endMonth.day]?: number
[src]

Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.

§
[monthlyRange.endMonth.month]?: number
[src]

Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.

§
[monthlyRange.endMonth.year]?: number
[src]

Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.

§
[monthlyRange.startMonth.day]?: number
[src]

Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.

§
[monthlyRange.startMonth.month]?: number
[src]

Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.

§
[monthlyRange.startMonth.year]?: number
[src]

Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.

§
pageSize?: number
[src]

Optional. The number of results requested. The default page size is 100. Page size can be set to a maximum of 100.

§
pageToken?: Uint8Array
[src]

Optional. A token indicating the next paginated result to be returned.