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

StatsGetSearchapplicationOptions

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

Additional options for CloudSearch#statsGetSearchapplication.

interface StatsGetSearchapplicationOptions {
[endDate.day]?: number;
[endDate.month]?: number;
[endDate.year]?: number;
[startDate.day]?: number;
[startDate.month]?: number;
[startDate.year]?: number;
}

§Properties

§
[endDate.day]?: number
[src]

Day of month. Must be from 1 to 31 and valid for the year and month.

§
[endDate.month]?: number
[src]

Month of date. Must be from 1 to 12.

§
[endDate.year]?: number
[src]

Year of date. Must be from 1 to 9999.

§
[startDate.day]?: number
[src]

Day of month. Must be from 1 to 31 and valid for the year and month.

§
[startDate.month]?: number
[src]

Month of date. Must be from 1 to 12.

§
[startDate.year]?: number
[src]

Year of date. Must be from 1 to 9999.