Class Account.ChildLinkData
Child link for an account entry. Points to the list of web properties for this account.
Inherited Members
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class Account.ChildLinkData
Properties
Href
Link to the list of web properties for this account.
Declaration
[JsonProperty("href")]
public virtual string Href { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Type of the child link. Its value is "analytics#webproperties".
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |