DateRangesCopyimport 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.