Class Profile.ParentLinkData
Parent link for this view (profile). Points to the web property to which this view (profile) belongs.
Inherited Members
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class Profile.ParentLinkData
Properties
Href
Link to the web property to which this view (profile) belongs.
Declaration
[JsonProperty("href")]
public virtual string Href { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Value is "analytics#webproperty".
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |