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

BatchRunPivotReportsResponse

import type { BatchRunPivotReportsResponse } from "https://googleapis.deno.dev/v1/analyticsdata:v1beta.ts";

The batch response containing multiple pivot reports.

interface BatchRunPivotReportsResponse {
kind?: string;
pivotReports?: RunPivotReportResponse[];
}

§Properties

§
kind?: string
[src]

Identifies what kind of resource this message is. This kind is always the fixed string "analyticsData#batchRunPivotReports". Useful to distinguish between response types in JSON.

§

Individual responses. Each response has a separate pivot report request.