View Source GoogleApi.Compute.V1.Model.Quota (google_api_compute v0.56.2)

A quotas entry.

Attributes

  • limit (type: float(), default: nil) - [Output Only] Quota limit for this metric.
  • metric (type: String.t, default: nil) - [Output Only] Name of the quota metric.
  • owner (type: String.t, default: nil) - [Output Only] Owning resource. This is the resource on which this quota is applied.
  • usage (type: float(), default: nil) - [Output Only] Current usage of this metric.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.Quota{
  limit: float() | nil,
  metric: String.t() | nil,
  owner: String.t() | nil,
  usage: float() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.