Show / Hide Table of Contents

Class EntityUserLink.EntityData

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

Inheritance
object
EntityUserLink.EntityData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class EntityUserLink.EntityData

Properties

AccountRef

Account for this link.

Declaration
[JsonProperty("accountRef")]
public virtual AccountRef AccountRef { get; set; }
Property Value
Type Description
AccountRef

ProfileRef

View (Profile) for this link.

Declaration
[JsonProperty("profileRef")]
public virtual ProfileRef ProfileRef { get; set; }
Property Value
Type Description
ProfileRef

WebPropertyRef

Web property for this link.

Declaration
[JsonProperty("webPropertyRef")]
public virtual WebPropertyRef WebPropertyRef { get; set; }
Property Value
Type Description
WebPropertyRef
In this article
Back to top Generated by DocFX