ReportStatus
import type { ReportStatus } from "https://googleapis.deno.dev/v1/doubleclickbidmanager:v2.ts";The status of a report.
interface ReportStatus  {
readonly finishTime?: Date;
format?: "FORMAT_UNSPECIFIED" | "CSV" | "XLSX";
readonly state?: 
} | "STATE_UNSPECIFIED"
 | "QUEUED"
 | "RUNNING"
 | "DONE"
 | "FAILED";