Show / Hide Table of Contents

Class AccountTreeResponse

JSON template for an Analytics account tree response. The account tree response is used in the provisioning api to return the result of creating an account, property, and view (profile).

Inheritance
object
AccountTreeResponse
Implements
IDirectResponseSchema
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 AccountTreeResponse : IDirectResponseSchema

Properties

Account

The account created.

Declaration
[JsonProperty("account")]
public virtual Account Account { get; set; }
Property Value
Type Description
Account

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Kind

Resource type for account ticket.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

Profile

View (Profile) for the account.

Declaration
[JsonProperty("profile")]
public virtual Profile Profile { get; set; }
Property Value
Type Description
Profile

Webproperty

Web property for the account.

Declaration
[JsonProperty("webproperty")]
public virtual Webproperty Webproperty { get; set; }
Property Value
Type Description
Webproperty

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX