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

TimeQuery

import type { TimeQuery } from "https://googleapis.deno.dev/v1/gmailpostmastertools:v2.ts";

The date ranges or specific dates for which you want to retrieve data.

interface TimeQuery {
dateList?: DateList;
dateRanges?: DateRanges;
}

§Properties

§
dateList?: DateList
[src]

A list of specific dates.

§
dateRanges?: DateRanges
[src]

A list of date ranges.