Class GoogleChromeManagementV1GraphicsAdapterInfo
Information of a graphics adapter (GPU).
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1GraphicsAdapterInfo : IDirectResponseSchema
Properties
Adapter
Output only. Adapter name. Example: Mesa DRI Intel(R) UHD Graphics 620 (Kabylake GT2).
Declaration
[JsonProperty("adapter")]
public virtual string Adapter { get; set; }
Property Value
Type | Description |
---|---|
string |
DeviceId
Output only. Represents the graphics card device id.
Declaration
[JsonProperty("deviceId")]
public virtual long? DeviceId { get; set; }
Property Value
Type | Description |
---|---|
long? |
DriverVersion
Output only. Version of the GPU driver.
Declaration
[JsonProperty("driverVersion")]
public virtual string DriverVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |