Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TouchScreenInfo

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/chromemanagement_v1/classes.rb,
lib/google/apis/chromemanagement_v1/representations.rb,
lib/google/apis/chromemanagement_v1/representations.rb

Overview

Information on the device touch screen.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementV1TouchScreenInfo

Returns a new instance of GoogleChromeManagementV1TouchScreenInfo.



3946
3947
3948
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 3946

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#devicesArray<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TouchScreenDevice>

Output only. List of the internal touch screen devices. Corresponds to the JSON property devices



3939
3940
3941
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 3939

def devices
  @devices
end

#touchpad_libraryString

Output only. Touchpad library name used by the input stack. Corresponds to the JSON property touchpadLibrary

Returns:

  • (String)


3944
3945
3946
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 3944

def touchpad_library
  @touchpad_library
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3951
3952
3953
3954
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 3951

def update!(**args)
  @devices = args[:devices] if args.key?(:devices)
  @touchpad_library = args[:touchpad_library] if args.key?(:touchpad_library)
end