Show / Hide Table of Contents

Class CustomDimension.ParentLinkData

Parent link for the custom dimension. Points to the property to which the custom dimension belongs.

Inheritance
object
CustomDimension.ParentLinkData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class CustomDimension.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
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
In this article
Back to top Generated by DocFX