google_api_analytics v0.4.0 GoogleApi.Analytics.V3.Model.EntityUserLinkEntity View Source

Entity for this link. It can be an account, a web property, or a view (profile).

Attributes

  • accountRef (type: GoogleApi.Analytics.V3.Model.AccountRef.t, default: nil) - Account for this link.
  • profileRef (type: GoogleApi.Analytics.V3.Model.ProfileRef.t, default: nil) - View (Profile) for this link.
  • webPropertyRef (type: GoogleApi.Analytics.V3.Model.WebPropertyRef.t, default: nil) - Web property for this link.

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.Analytics.V3.Model.EntityUserLinkEntity{
  accountRef: GoogleApi.Analytics.V3.Model.AccountRef.t(),
  profileRef: GoogleApi.Analytics.V3.Model.ProfileRef.t(),
  webPropertyRef: GoogleApi.Analytics.V3.Model.WebPropertyRef.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.