View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CpuTemperatureInfo (google_api_chrome_management v0.9.0)

CPU temperature of a device. Sampled per CPU core in Celsius. This field is telemetry information and this will change over time as the device is utilized. Data for this field is controlled via policy: ReportDeviceCpuInfo Data Collection Frequency: Every 10 minutes Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No Reported for affiliated users only: N/A

Attributes

  • label (type: String.t, default: nil) - Output only. CPU label. Example: Core 0
  • temperatureCelsius (type: integer(), default: nil) - Output only. CPU temperature in Celsius.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CpuTemperatureInfo{
    label: String.t() | nil,
    temperatureCelsius: integer() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.