Show / Hide Table of Contents

Class CPUInfo

Inheritance
object
CPUInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX