DateListCopyimport type { DateList } from "https://googleapis.deno.dev/v1/gmailpostmastertools:v2.ts";A set of specific dates. interface DateList {dates?: Date[];}§Properties§dates?: Date[][src]Required. The list of specific dates for which to retrieve data.