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
AccountTreeRequest
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class AccountTreeRequest : IDirectResponseSchema
Properties
AccountName
Declaration
[JsonProperty("accountName")]
public virtual string AccountName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Kind
Resource type for account ticket.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
ProfileName
Declaration
[JsonProperty("profileName")]
public virtual string ProfileName { get; set; }
Property Value
Timezone
Declaration
[JsonProperty("timezone")]
public virtual string Timezone { get; set; }
Property Value
WebpropertyName
Declaration
[JsonProperty("webpropertyName")]
public virtual string WebpropertyName { get; set; }
Property Value
WebsiteUrl
Declaration
[JsonProperty("websiteUrl")]
public virtual string WebsiteUrl { get; set; }
Property Value
Implements