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

User ID.

Attributes

  • type (type: String.t, default: nil) - Type of user
  • userId (type: String.t, default: nil) - The User's id

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.UserDeletionRequestId{
  type: String.t() | nil,
  userId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.