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
object
AccountTreeRequest
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 AccountTreeRequest : IDirectResponseSchema

Properties

AccountName

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

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

ProfileName

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

Timezone

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

WebpropertyName

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

WebsiteUrl

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX