View Source GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceCpuInfoLogicalCpusCStates (google_api_admin v0.40.0)

Status of a single C-state. C-states are various modes the CPU can transition to in order to use more or less power.

Attributes

  • displayName (type: String.t, default: nil) - Name of the state.
  • sessionDuration (type: String.t, default: nil) - Time spent in the state since the last reboot.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceCpuInfoLogicalCpusCStates{
    displayName: String.t() | nil,
    sessionDuration: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.