View Source GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceDiskVolumeReportsVolumeInfo (google_api_admin v0.40.0)

Attributes

  • storageFree (type: String.t, default: nil) - Free disk space [in bytes]
  • storageTotal (type: String.t, default: nil) - Total disk space [in bytes]
  • volumeId (type: String.t, default: nil) - Volume id

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceDiskVolumeReportsVolumeInfo{
    storageFree: String.t() | nil,
    storageTotal: String.t() | nil,
    volumeId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.