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

The metadata of a report.

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

§Properties

§
readonly googleCloudStoragePath?: string
[src]

Output only. The location of the generated report file in Google Cloud Storage. This field will be absent if status.state is not DONE.

§
reportDataEndDate?: Date
[src]

The end date of the report data date range.

§
reportDataStartDate?: Date
[src]

The start date of the report data date range.

§

The status of the report.