Class CPUInfo
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class CPUInfo : IDirectResponseSchema
Properties
CpuProcessor
description of the device processor ie '1.8 GHz hexa core 64-bit ARMv8-A'
Declaration
[JsonProperty("cpuProcessor")]
public virtual string CpuProcessor { get; set; }
Property Value
Type | Description |
---|---|
string |
CpuSpeedInGhz
the CPU clock speed in GHz
Declaration
[JsonProperty("cpuSpeedInGhz")]
public virtual float? CpuSpeedInGhz { get; set; }
Property Value
Type | Description |
---|---|
float? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NumberOfCores
the number of CPU cores
Declaration
[JsonProperty("numberOfCores")]
public virtual int? NumberOfCores { get; set; }
Property Value
Type | Description |
---|---|
int? |