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

GoogleCloudChannelV1alpha1ReportResultsMetadata

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

The features describing the data. Returned by CloudChannelReportsService.RunReportJob and CloudChannelReportsService.FetchReportResults.

interface GoogleCloudChannelV1alpha1ReportResultsMetadata {
rowCount?: bigint;
}

§Properties

§

The date range of reported usage.

§

The usage dates immediately preceding date_range with the same duration. Use this to calculate trending usage and costs. This is only populated if you request trending data. For example, if date_range is July 1-15, preceding_date_range will be June 16-30.

§

Details of the completed report.

§
rowCount?: bigint
[src]

The total number of rows of data in the final report.