View Source GoogleApi.AnalyticsData.V1beta.Model.QuotaStatus (google_api_analytics_data v0.17.0)

Current state for a particular quota group.

Attributes

  • consumed (type: integer(), default: nil) - Quota consumed by this request.
  • remaining (type: integer(), default: nil) - Quota remaining after this request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AnalyticsData.V1beta.Model.QuotaStatus{
  consumed: integer() | nil,
  remaining: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.