View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TouchScreenInfo (google_api_chrome_management v0.8.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

t()

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TouchScreenInfo{
    devices:
      [
        GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TouchScreenDevice.t()
      ]
      | nil,
    touchpadLibrary: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.