Show / Hide Table of Contents

Class Display

Device display information.

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

Properties

Density

Display density expressed as dots-per-inch.

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

DisplayId

Unique display id.

Declaration
[JsonProperty("displayId")]
public virtual int? DisplayId { 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

Height

Display height in pixels.

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

Name

Name of the display.

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

RefreshRate

Refresh rate of the display in frames per second.

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

State

State of the display.

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

Width

Display width in pixels.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX