GoogleApi.DFAReporting.V4.Model.UserProfile (google_api_dfa_reporting v0.31.0)

View Source

A UserProfile resource lets you list all DFA user profiles that are associated with a Google user account. The profile_id needs to be specified in other API requests.

Attributes

  • accountId (type: String.t, default: nil) - The account ID to which this profile belongs.
  • accountName (type: String.t, default: nil) - The account name this profile belongs to.
  • etag (type: String.t, default: nil) - Etag of this resource.
  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#userProfile".
  • profileId (type: String.t, default: nil) - The unique ID of the user profile.
  • subAccountId (type: String.t, default: nil) - The sub account ID this profile belongs to if applicable.
  • subAccountName (type: String.t, default: nil) - The sub account name this profile belongs to if applicable.
  • userName (type: String.t, default: nil) - The user name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V4.Model.UserProfile{
  accountId: String.t() | nil,
  accountName: String.t() | nil,
  etag: String.t() | nil,
  kind: String.t() | nil,
  profileId: String.t() | nil,
  subAccountId: String.t() | nil,
  subAccountName: String.t() | nil,
  userName: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.