google_api_dfa_reporting v0.15.0 GoogleApi.DFAReporting.V34.Model.UserProfile 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: dfareporting#userProfile) - 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V34.Model.UserProfile{
  accountId: String.t(),
  accountName: String.t(),
  etag: String.t(),
  kind: String.t(),
  profileId: String.t(),
  subAccountId: String.t(),
  subAccountName: String.t(),
  userName: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.