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

Query

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

A single query used to generate a report.

interface Query {
metadata?: QueryMetadata;
params?: Parameters;
readonly queryId?: bigint;
schedule?: QuerySchedule;
}

§Properties

§

The metadata of the query.

§

The parameters of the report generated by the query.

§
readonly queryId?: bigint
[src]

Output only. The unique ID of the query.

§

When and how often the query is scheduled to run. If the frequency field is set to ONE_TIME, the query will only run when queries.run is called.