Show / Hide Table of Contents

Class AccountTreeRequest

JSON template for an Analytics account tree requests. The account tree request is used in the provisioning api to create an account, property, and view (profile). It contains the basic information required to make these fields.

Inheritance
System.Object
AccountTreeRequest
Implements
Google.Apis.Requests.IDirectResponseSchema
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 AccountTreeRequest : IDirectResponseSchema

Properties

AccountName

Declaration
[JsonProperty("accountName")]
public virtual string AccountName { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

Kind

Resource type for account ticket.

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

ProfileName

Declaration
[JsonProperty("profileName")]
public virtual string ProfileName { get; set; }
Property Value
Type Description
System.String

Timezone

Declaration
[JsonProperty("timezone")]
public virtual string Timezone { get; set; }
Property Value
Type Description
System.String

WebpropertyName

Declaration
[JsonProperty("webpropertyName")]
public virtual string WebpropertyName { get; set; }
Property Value
Type Description
System.String

WebsiteUrl

Declaration
[JsonProperty("websiteUrl")]
public virtual string WebsiteUrl { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top