GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceCpuInfo (google_api_admin v0.37.0) View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.