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

GetReportsResponse

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

The main response class which holds the reports from the Reporting API batchGet call.

interface GetReportsResponse {
queryCost?: number;
reports?: Report[];
resourceQuotasRemaining?: ResourceQuotasRemaining;
}

§Properties

§
queryCost?: number
[src]

The amount of resource quota tokens deducted to execute the query. Includes all responses.

§
reports?: Report[]
[src]

Responses corresponding to each of the request.

§
resourceQuotasRemaining?: ResourceQuotasRemaining
[src]

The amount of resource quota remaining for the property.