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

GoogleCloudChannelV1alpha1ReportStatus

import type { GoogleCloudChannelV1alpha1ReportStatus } from "https://googleapis.deno.dev/v1/cloudchannel:v1.ts";

Status of a report generation process.

interface GoogleCloudChannelV1alpha1ReportStatus {
endTime?: Date;
startTime?: Date;
state?:
| "STATE_UNSPECIFIED"
| "STARTED"
| "WRITING"
| "AVAILABLE"
| "FAILED";
}

§Properties

§
endTime?: Date
[src]

The report generation's completion time.

§
startTime?: Date
[src]

The report generation's start time.

§
state?: "STATE_UNSPECIFIED" | "STARTED" | "WRITING" | "AVAILABLE" | "FAILED"
[src]

The current state of the report generation process.