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

QueriesRunOptions

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

Additional options for DoubleClickBidManager#queriesRun.

interface QueriesRunOptions {
synchronous?: boolean;
}

§Properties

§
synchronous?: boolean
[src]

Whether the query should be run synchronously. When true, the request won't return until the resulting report has finished running. This parameter is false by default. Setting this parameter to true is not recommended.