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

ReportMetadata

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

Report metadata.

interface ReportMetadata {
readonly googleCloudStoragePath?: string;
reportDataEndDate?: Date;
reportDataStartDate?: Date;
status?: ReportStatus;
}

§Properties

§
readonly googleCloudStoragePath?: string
[src]

Output only. The path to the location in Google Cloud Storage where the report is stored.

§
reportDataEndDate?: Date
[src]

The ending time for the data that is shown in the report.

§
reportDataStartDate?: Date
[src]

The starting time for the data that is shown in the report.

§

Report status.