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

Represents a query.

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

§Properties

§

Query metadata.

§

Query parameters.

§
readonly queryId?: bigint
[src]

Output only. Query ID.

§

Information on how often and when to run a query. If ONE_TIME is set to the frequency field, the query will only be run at the time of creation.