Show / Hide Table of Contents

Class GoogleChromeManagementV1TouchScreenDevice

Information of an internal touch screen device.

Inheritance
object
GoogleChromeManagementV1TouchScreenDevice
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 GoogleChromeManagementV1TouchScreenDevice : IDirectResponseSchema

Properties

DisplayName

Output only. Touch screen device 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

StylusCapable

Output only. Touch screen device is stylus capable or not.

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

TouchPointCount

Output only. Number of touch points supported on the device.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX