View Source GoogleApi.Analytics.V3.Model.EntityUserLinkEntity (google_api_analytics v0.15.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Analytics.V3.Model.EntityUserLinkEntity{ accountRef: GoogleApi.Analytics.V3.Model.AccountRef.t() | nil, profileRef: GoogleApi.Analytics.V3.Model.ProfileRef.t() | nil, webPropertyRef: GoogleApi.Analytics.V3.Model.WebPropertyRef.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.