View Source GoogleApi.AnalyticsData.V1alpha.Model.QuotaStatus (google_api_analytics_data v0.14.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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.