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

BatchRunReportsResponse

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

The batch response containing multiple reports.

interface BatchRunReportsResponse {
kind?: string;
reports?: RunReportResponse[];
}

§Properties

§
kind?: string
[src]

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

§

Individual responses. Each response has a separate report request.