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

GoogleCloudChannelV1alpha1ReportJob

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

The result of a RunReportJob operation. Contains the name to use in FetchReportResultsRequest.report_job and the status of the operation.

interface GoogleCloudChannelV1alpha1ReportJob {
name?: string;
}

§Properties

§
name?: string
[src]

Required. The resource name of a report job. Name uses the format: accounts/{account_id}/reportJobs/{report_job_id}

§

The current status of report generation.