View Source GoogleApi.Analytics.V3.Model.UserRef (google_api_analytics v0.15.0)

JSON template for a user reference.

Attributes

  • email (type: String.t, default: nil) - Email ID of this user.
  • id (type: String.t, default: nil) - User ID.
  • kind (type: String.t, default: analytics#userRef) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.UserRef{
  email: String.t() | nil,
  id: String.t() | nil,
  kind: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.