Show / Hide Table of Contents

Class ChromeOsDevice.CpuStatusReportsData.CpuTemperatureInfoData

A list of CPU temperature samples.

Inheritance
object
ChromeOsDevice.CpuStatusReportsData.CpuTemperatureInfoData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?
In this article
Back to top Generated by DocFX