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

RunQueryRequest

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

Details specifying how to run a query.

interface RunQueryRequest {
dataRange?: DataRange;
}

§Properties

§
dataRange?: DataRange
[src]

The date range used by the query to generate the report. If unspecified, the query's original data_range is used.