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

TelemetryUsbPeripheralsEvent is triggered USB devices are either added or removed. * Granular permission needed: TELEMETRY_API_PERIPHERALS_REPORT

Attributes

  • usbPeripheralReport (type: list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1UsbPeripheralReport.t), default: nil) - List of usb devices that were either added or removed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryUsbPeripheralsEvent{
    usbPeripheralReport:
      [
        GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1UsbPeripheralReport.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.