google_api_analytics_reporting v0.2.0 GoogleApi.AnalyticsReporting.V4.Model.ResourceQuotasRemaining View Source

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

Attributes

  • dailyQuotaTokensRemaining (integer()): Daily resource quota remaining remaining. Defaults to: null.
  • hourlyQuotaTokensRemaining (integer()): Hourly resource quota tokens remaining. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AnalyticsReporting.V4.Model.ResourceQuotasRemaining{
  dailyQuotaTokensRemaining: any(),
  hourlyQuotaTokensRemaining: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.