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";

The metadata of the query.

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

§Properties

§
dataRange?: DataRange
[src]

The date range the report generated by the query will report on. This date range will be defined by the time zone as used by the advertiser.

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

The format of the report generated by the query.

§
sendNotification?: boolean
[src]

Whether an email notification is sent to the query creator when a report generated by the query is ready. This value is false by default.

§
shareEmailAddress?: string[]
[src]

List of additional email addresses with which to share the query. If send_notification is true, these email addresses will receive a notification when a report generated by the query is ready. If these email addresses are connected to Display & Video 360 users, the query will be available to them in the Display & Video 360 interface.

§
title?: string
[src]

The display name of the query. This value will be used in the file name of reports generated by the query.