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

QueryMetadata

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

Query metadata.

interface QueryMetadata {
dataRange?: DataRange;
format?: "FORMAT_UNSPECIFIED" | "CSV" | "XLSX";
sendNotification?: boolean;
shareEmailAddress?: string[];
title?: string;
}

§Properties

§
dataRange?: DataRange
[src]

Range of report data. All reports will be based on the same time zone as used by the advertiser.

§
format?: "FORMAT_UNSPECIFIED" | "CSV" | "XLSX"
[src]

Format of the generated report.

§
sendNotification?: boolean
[src]

Whether to send an email notification when a report is ready. Defaults to false.

§
shareEmailAddress?: string[]
[src]

List of email addresses which are sent email notifications when the report is finished. Separate from send_notification.

§
title?: string
[src]

Query title. It is used to name the reports generated from this query.