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

StatsGetQueryOptions

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

Additional options for CloudSearch#statsGetQuery.

interface StatsGetQueryOptions {
[fromDate.day]?: number;
[fromDate.month]?: number;
[fromDate.year]?: number;
[toDate.day]?: number;
[toDate.month]?: number;
[toDate.year]?: number;
}

§Properties

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

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

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

Month of date. Must be from 1 to 12.

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

Year of date. Must be from 1 to 9999.

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

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

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

Month of date. Must be from 1 to 12.

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

Year of date. Must be from 1 to 9999.