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

GoogleAdsSearchads360V0Errors__QuotaErrorDetails

import type { GoogleAdsSearchads360V0Errors__QuotaErrorDetails } from "https://googleapis.deno.dev/v1/searchads360:v0.ts";

Additional quota error details when there is QuotaError.

interface GoogleAdsSearchads360V0Errors__QuotaErrorDetails {
rateName?: string;
rateScope?:
| "UNSPECIFIED"
| "UNKNOWN"
| "ACCOUNT"
| "DEVELOPER";
retryDelay?: number;
}

§Properties

§
rateName?: string
[src]

The high level description of the quota bucket. Examples are "Get requests for standard access" or "Requests per account".

§
rateScope?: "UNSPECIFIED" | "UNKNOWN" | "ACCOUNT" | "DEVELOPER"
[src]

The rate scope of the quota limit.

§
retryDelay?: number
[src]

Backoff period that customers should wait before sending next request.