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

ResourceQuotasRemaining

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

The resource quota tokens remaining for the property after the request is completed.

interface ResourceQuotasRemaining {
dailyQuotaTokensRemaining?: number;
hourlyQuotaTokensRemaining?: number;
}

§Properties

§
dailyQuotaTokensRemaining?: number
[src]

Daily resource quota remaining remaining.

§
hourlyQuotaTokensRemaining?: number
[src]

Hourly resource quota tokens remaining.