View Source GoogleApi.Language.V2.Model.DiskMetric (google_api_language v0.15.0)

Attributes

  • diskType (type: String.t, default: nil) - Required. Type of Disk, e.g. REGIONAL_SSD.
  • gibSec (type: String.t, default: nil) - Required. Seconds of physical disk usage, e.g. 3600.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V2.Model.DiskMetric{
  diskType: String.t() | nil,
  gibSec: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.