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

Report

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

Represents a report.

interface Report {
key?: ReportKey;
metadata?: ReportMetadata;
params?: Parameters;
}

§Properties

§

Key used to identify a report.

§

Report metadata.

§

Report parameters.