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

QuotaStatus

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

Current state for a particular quota group.

interface QuotaStatus {
consumed?: number;
remaining?: number;
}

§Properties

§
consumed?: number
[src]

Quota consumed by this request.

§
remaining?: number
[src]

Quota remaining after this request.