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

DateRanges

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

A set of date ranges.

interface DateRanges {
dateRanges?: DateRange[];
}

§Properties

§
dateRanges?: DateRange[]
[src]

Required. The list of date ranges for which to retrieve data.