Show / Hide Table of Contents

Class GoogleChromeManagementV1DisplayDevice

Information of a display device.

Inheritance
object
GoogleChromeManagementV1DisplayDevice
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.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1DisplayDevice : IDirectResponseSchema

Properties

DisplayHeightMm

Output only. Display height in millimeters.

Declaration
[JsonProperty("displayHeightMm")]
public virtual int? DisplayHeightMm { get; set; }
Property Value
Type Description
int?

DisplayName

Output only. Display device name.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

DisplayWidthMm

Output only. Display width in millimeters.

Declaration
[JsonProperty("displayWidthMm")]
public virtual int? DisplayWidthMm { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Internal__

Output only. Is display internal or not.

Declaration
[JsonProperty("internal")]
public virtual bool? Internal__ { get; set; }
Property Value
Type Description
bool?

ManufactureYear

Output only. Year of manufacture.

Declaration
[JsonProperty("manufactureYear")]
public virtual int? ManufactureYear { get; set; }
Property Value
Type Description
int?

ManufacturerId

Output only. Three letter manufacturer ID.

Declaration
[JsonProperty("manufacturerId")]
public virtual string ManufacturerId { get; set; }
Property Value
Type Description
string

ModelId

Output only. Manufacturer product code.

Declaration
[JsonProperty("modelId")]
public virtual int? ModelId { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX