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

Report

import type { Report } from "https://googleapis.deno.dev/v1/analyticsreporting:v4.ts";

The data response corresponding to the request.

interface Report {
columnHeader?: ColumnHeader;
data?: ReportData;
nextPageToken?: string;
}

§Properties

§
columnHeader?: ColumnHeader
[src]

The column headers.

§

Response data.

§
nextPageToken?: string
[src]

Page token to retrieve the next page of results in the list.