Class ChromeOsDevice.CpuStatusReportsData.CpuTemperatureInfoData
A list of CPU temperature samples.
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class ChromeOsDevice.CpuStatusReportsData.CpuTemperatureInfoData
Properties
Label
CPU label
Declaration
[JsonProperty("label")]
public virtual string Label { get; set; }
Property Value
Type | Description |
---|---|
string |
Temperature
Temperature in Celsius degrees.
Declaration
[JsonProperty("temperature")]
public virtual int? Temperature { get; set; }
Property Value
Type | Description |
---|---|
int? |