View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Errors_QuotaErrorDetails (google_api_search_ads360 v0.2.0)

Additional quota error details when there is QuotaError.

Attributes

  • rateName (type: String.t, default: nil) - The high level description of the quota bucket. Examples are "Get requests for standard access" or "Requests per account".
  • rateScope (type: String.t, default: nil) - The rate scope of the quota limit.
  • retryDelay (type: String.t, default: nil) - Backoff period that customers should wait before sending next request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Errors_QuotaErrorDetails{
    rateName: String.t() | nil,
    rateScope: String.t() | nil,
    retryDelay: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.