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