View Source GoogleApi.AnalyticsReporting.V4.Model.ResourceQuotasRemaining (google_api_analytics_reporting v0.18.0)

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

Attributes

  • dailyQuotaTokensRemaining (type: integer(), default: nil) - Daily resource quota remaining remaining.
  • hourlyQuotaTokensRemaining (type: integer(), default: nil) - Hourly resource quota tokens remaining.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsReporting.V4.Model.ResourceQuotasRemaining{
  dailyQuotaTokensRemaining: integer() | nil,
  hourlyQuotaTokensRemaining: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.