Class GoogleChromeManagementV1DisplayInfo
Information for a display.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1DisplayInfo : IDirectResponseSchema
Properties
DeviceId
Output only. Represents the graphics card device id.
Declaration
[JsonProperty("deviceId")]
public virtual long? DeviceId { get; set; }
Property Value
Type | Description |
---|---|
long? |
DisplayName
Output only. Display device name.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
IsInternal
Output only. Indicates if display is internal or not.
Declaration
[JsonProperty("isInternal")]
public virtual bool? IsInternal { get; set; }
Property Value
Type | Description |
---|---|
bool? |
RefreshRate
Output only. Refresh rate in Hz.
Declaration
[JsonProperty("refreshRate")]
public virtual int? RefreshRate { get; set; }
Property Value
Type | Description |
---|---|
int? |
ResolutionHeight
Output only. Resolution height in pixels.
Declaration
[JsonProperty("resolutionHeight")]
public virtual int? ResolutionHeight { get; set; }
Property Value
Type | Description |
---|---|
int? |
ResolutionWidth
Output only. Resolution width in pixels.
Declaration
[JsonProperty("resolutionWidth")]
public virtual int? ResolutionWidth { get; set; }
Property Value
Type | Description |
---|---|
int? |