View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TouchScreenInfo (google_api_chrome_management v0.4.0)
Information on the device touch screen.
Attributes
-
devices
(type:list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TouchScreenDevice.t)
, default:nil
) - Output only. List of the internal touch screen devices. -
touchpadLibrary
(type:String.t
, default:nil
) - Output only. Touchpad library name used by the input stack.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TouchScreenInfo{ devices: [ GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TouchScreenDevice.t() ] | nil, touchpadLibrary: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.