View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryUserInfo (google_api_chrome_management v0.9.0)

Information about a user associated with telemetry data. * Granular permission needed: TELEMETRY_API_USER

Attributes

  • email (type: String.t, default: nil) - Output only. User's email.
  • orgUnitId (type: String.t, default: nil) - Output only. Organization unit ID of the user.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.