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

ReportKey

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

Key used to identify a report.

interface ReportKey {
readonly queryId?: bigint;
readonly reportId?: bigint;
}

§Properties

§
readonly queryId?: bigint
[src]

Output only. Query ID.

§
readonly reportId?: bigint
[src]

Output only. Report ID.