google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V33.Model.UserProfile View Source

Represents a UserProfile resource.

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) - The eTag of this response for caching purposes.
  • kind (type: String.t, default: dfareporting#userProfile) - The kind of resource this is, in this case 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

Link to this type

t()

View Source
t() :: %GoogleApi.DFAReporting.V33.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

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.