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

A single report generated by its parent report.

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

§Properties

§

The key information identifying the report.

§

The metadata of the report.

§

The parameters of the report.