View Source GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceCpuInfo (google_api_admin v0.42.2)
CPU specs for a CPU.
Attributes
-
architecture
(type:String.t
, default:nil
) - The CPU architecture. -
logicalCpus
(type:list(GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceCpuInfoLogicalCpus.t)
, default:nil
) - Information for the Logical CPUs -
maxClockSpeedKhz
(type:integer()
, default:nil
) - The max CPU clock speed in kHz. -
model
(type:String.t
, default:nil
) - The CPU model name.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceCpuInfo{ architecture: String.t() | nil, logicalCpus: [GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceCpuInfoLogicalCpus.t()] | nil, maxClockSpeedKhz: integer() | nil, model: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.