View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1StorageInfo (google_api_chrome_management v0.6.0)

Status data for storage. This field is telemetry information and this will change over time as the device is utilized. Data for this field is controlled via policy: ReportDeviceStorageStatus Data Collection Frequency: Only at Upload Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_STORAGE_INFO

Attributes

  • availableDiskBytes (type: String.t, default: nil) - The available space for user data storage in the device in bytes.
  • totalDiskBytes (type: String.t, default: nil) - The total space for user data storage in the device in bytes.
  • volume (type: list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1StorageInfoDiskVolume.t), default: nil) - Information for disk volumes

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1StorageInfo{
  availableDiskBytes: String.t() | nil,
  totalDiskBytes: String.t() | nil,
  volume:
    [
      GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1StorageInfoDiskVolume.t()
    ]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.