View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse (google_api_chrome_management v0.6.1)
Response containing a list of devices with a specific type of hardware specification from the requested hardware type.
Attributes
-
cpuReports
(type:list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DeviceHardwareCountReport.t)
, default:nil
) - The DeviceHardwareCountReport for device cpu type (for example Intel(R) Core(TM) i7-10610U CPU @ 1.80GHz). -
memoryReports
(type:list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DeviceHardwareCountReport.t)
, default:nil
) - The DeviceHardwareCountReport for device memory amount in gigabytes (for example 16). -
modelReports
(type:list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DeviceHardwareCountReport.t)
, default:nil
) - The DeviceHardwareCountReport for device model type (for example Acer C7 Chromebook). -
storageReports
(type:list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DeviceHardwareCountReport.t)
, default:nil
) - The DeviceHardwareCountReport for device storage amount in gigabytes (for example 128).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse{ cpuReports: [ GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DeviceHardwareCountReport.t() ] | nil, memoryReports: [ GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DeviceHardwareCountReport.t() ] | nil, modelReports: [ GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DeviceHardwareCountReport.t() ] | nil, storageReports: [ GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DeviceHardwareCountReport.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.