Class GoogleChromeManagementV1TelemetryExternalDisplayData
External display data.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1TelemetryExternalDisplayData : IDirectResponseSchema
Properties
DisplayName
The display 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 |
EdidVersion
The EDID version.
Declaration
[JsonProperty("edidVersion")]
public virtual string EdidVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RefreshRate
The refresh rate.
Declaration
[JsonProperty("refreshRate")]
public virtual long? RefreshRate { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ResolutionHorizontal
The horizontal resolution.
Declaration
[JsonProperty("resolutionHorizontal")]
public virtual int? ResolutionHorizontal { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ResolutionVertical
The vertical resolution.
Declaration
[JsonProperty("resolutionVertical")]
public virtual int? ResolutionVertical { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
SerialNumber
The serial number.
Declaration
[JsonProperty("serialNumber")]
public virtual int? SerialNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |