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

Attributes

  • label (type: String.t, default: nil) - CPU label
  • temperature (type: integer(), default: nil) - Temperature in Celsius degrees.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceCpuStatusReportsCpuTemperatureInfo{
    label: String.t() | nil,
    temperature: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.