Show / Hide Table of Contents

Class ChromeOsDevice.CpuInfoData

Information regarding CPU specs in the device.

Inheritance
object
ChromeOsDevice.CpuInfoData
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.CpuInfoData

Properties

Architecture

The CPU architecture.

Declaration
[JsonProperty("architecture")]
public virtual string Architecture { get; set; }
Property Value
Type Description
string

LogicalCpus

Information for the Logical CPUs

Declaration
[JsonProperty("logicalCpus")]
public virtual IList<ChromeOsDevice.CpuInfoData.LogicalCpusData> LogicalCpus { get; set; }
Property Value
Type Description
IList<ChromeOsDevice.CpuInfoData.LogicalCpusData>

MaxClockSpeedKhz

The max CPU clock speed in kHz.

Declaration
[JsonProperty("maxClockSpeedKhz")]
public virtual int? MaxClockSpeedKhz { get; set; }
Property Value
Type Description
int?

Model

The CPU model name.

Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX