Struct google_admin1_directory::ChromeOsDeviceCpuStatusReportsCpuTemperatureInfo[][src]

pub struct ChromeOsDeviceCpuStatusReportsCpuTemperatureInfo {
    pub temperature: Option<i32>,
    pub label: Option<String>,
}

List of CPU temperature samples.

This type is not used in any activity, and only used as part of another schema.

Fields

Temperature in Celsius degrees.

CPU label

Trait Implementations

Auto Trait Implementations