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

ReportStatus

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

Report status.

interface ReportStatus {
readonly finishTime?: Date;
format?: "FORMAT_UNSPECIFIED" | "CSV" | "XLSX";
readonly state?:
| "STATE_UNSPECIFIED"
| "QUEUED"
| "RUNNING"
| "DONE"
| "FAILED";
}

§Properties

§
readonly finishTime?: Date
[src]

Output only. The time when this report either completed successfully or failed.

§
format?: "FORMAT_UNSPECIFIED" | "CSV" | "XLSX"
[src]

The file type of the report.

§
readonly state?: "STATE_UNSPECIFIED" | "QUEUED" | "RUNNING" | "DONE" | "FAILED"
[src]

Output only. The state of the report.