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

GoogleCloudChannelV1alpha1Report

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

The ID and description of a report that was used to generate report data. For example, "Google Cloud Daily Spend", "Google Workspace License Activity", etc.

interface GoogleCloudChannelV1alpha1Report {
description?: string;
displayName?: string;
name?: string;
}

§Properties

§

The list of columns included in the report. This defines the schema of the report results.

§
description?: string
[src]

A description of other aspects of the report, such as the products it supports.

§
displayName?: string
[src]

A human-readable name for this report.

§
name?: string
[src]

Required. The report's resource name. Specifies the account and report used to generate report data. The report_id identifier is a UID (for example, 613bf59q). Name uses the format: accounts/{account_id}/reports/{report_id}