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