View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryDeviceInfo (google_api_chrome_management v0.4.0)

Information about a device associated with telemetry data. * Granular Permission needed: TELEMETRY_API_DEVICE

Attributes

  • deviceId (type: String.t, default: nil) - Output only. The unique Directory API ID of the device. This value is the same as the Admin Console's Directory API ID in the ChromeOS Devices tab.
  • orgUnitId (type: String.t, default: nil) - Output only. Organization unit ID of the device.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryDeviceInfo{
    deviceId: String.t() | nil,
    orgUnitId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.