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

GoogleCloudChannelV1FetchReportResultsResponse

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

Response message for CloudChannelReportsService.FetchReportResults. Contains a tabular representation of the report results.

interface GoogleCloudChannelV1FetchReportResultsResponse {
nextPageToken?: string;
}

§Properties

§
nextPageToken?: string
[src]

Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.

§

The metadata for the report results (display name, columns, row count, and date ranges).

§

The report's lists of values. Each row follows the settings and ordering of the columns from report_metadata.