google_api_admin v0.12.0 GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceDiskVolumeReportsVolumeInfo View Source

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() ::
  %GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceDiskVolumeReportsVolumeInfo{
    storageFree: String.t(),
    storageTotal: String.t(),
    volumeId: String.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.