View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1PeripheralsReport (google_api_chrome_management v0.6.1)

Peripherals report. * Granular permission needed: TELEMETRY_API_PERIPHERALS_REPORT

Attributes

  • reportTime (type: DateTime.t, default: nil) - Output only. Timestamp of when the report was collected.
  • usbPeripheralReport (type: list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1UsbPeripheralReport.t), default: nil) - Reports of all usb connected devices.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.