Class CustomDimension.ParentLinkData
Parent link for the custom dimension. Points to the property to which the custom dimension belongs.
Inheritance
System.Object
CustomDimension.ParentLinkData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class ParentLinkData
Properties
Href
Link to the property to which the custom dimension belongs.
Declaration
[JsonProperty("href")]
public virtual string Href { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Type
Type of the parent link. Set to "analytics#webproperty".
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |