View Source GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaAccessQuotaStatus (google_api_analytics_admin v0.21.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.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaAccessQuotaStatus{
    consumed: integer() | nil,
    remaining: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.