View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TouchScreenDevice (google_api_chrome_management v0.7.1)

Information of an internal touch screen device.

Attributes

  • displayName (type: String.t, default: nil) - Output only. Touch screen device display name.
  • stylusCapable (type: boolean(), default: nil) - Output only. Touch screen device is stylus capable or not.
  • touchPointCount (type: integer(), default: nil) - Output only. Number of touch points supported on the device.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TouchScreenDevice{
    displayName: String.t() | nil,
    stylusCapable: boolean() | nil,
    touchPointCount: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.