Class GoogleChromeManagementV1TouchScreenDevice
Information of an internal touch screen device.
Implements
Inherited Members
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? |