View Source GoogleApi.Content.V21.Model.MethodQuota (google_api_content v0.67.1)

The quota information per method in the Content API.

Attributes

  • method (type: String.t, default: nil) - Output only. The method name, for example products.list. Method name does not contain version because quota can be shared between different API versions of the same method.
  • quotaLimit (type: String.t, default: nil) - Output only. The maximum number of calls allowed per day for the method.
  • quotaMinuteLimit (type: String.t, default: nil) - Output only. The maximum number of calls allowed per minute for the method.
  • quotaUsage (type: String.t, default: nil) - Output only. The current quota usage, meaning the number of calls already made to the method per day. Usage is reset every day at 12 PM midday UTC.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.MethodQuota{
  method: String.t() | nil,
  quotaLimit: String.t() | nil,
  quotaMinuteLimit: String.t() | nil,
  quotaUsage: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.