View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1StorageInfoDiskVolume (google_api_chrome_management v0.4.0)

Information for disk volumes

Attributes

  • storageFreeBytes (type: String.t, default: nil) - Free storage space in bytes.
  • storageTotalBytes (type: String.t, default: nil) - Total storage space in bytes.
  • volumeId (type: String.t, default: nil) - Disk volume id.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1StorageInfoDiskVolume{
    storageFreeBytes: String.t() | nil,
    storageTotalBytes: String.t() | nil,
    volumeId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.