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