Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryUsbPeripheralsEvent

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

TelemetryUsbPeripheralsEvent is triggered USB devices are either added or removed.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementV1TelemetryUsbPeripheralsEvent

Returns a new instance of GoogleChromeManagementV1TelemetryUsbPeripheralsEvent.



2415
2416
2417
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2415

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

Instance Attribute Details

#usb_peripheral_reportArray<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1UsbPeripheralReport>

List of usb devices that were either added or removed. Corresponds to the JSON property usbPeripheralReport



2413
2414
2415
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2413

def usb_peripheral_report
  @usb_peripheral_report
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2420
2421
2422
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2420

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