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

GoogleAnalyticsAdminV1betaAccessQuotaStatus

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

Current state for a particular quota group.

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

§Properties

§
consumed?: number
[src]

Quota consumed by this request.

§
remaining?: number
[src]

Quota remaining after this request.