Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1betaAccountSummary

A virtual resource representing an overview of an account and all its child Google Analytics properties.

Inheritance
object
GoogleAnalyticsAdminV1betaAccountSummary
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.GoogleAnalyticsAdmin.v1beta.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1beta.dll
Syntax
public class GoogleAnalyticsAdminV1betaAccountSummary : IDirectResponseSchema

Properties

Account

Resource name of account referred to by this account summary Format: accounts/{account_id} Example: "accounts/1000"

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

DisplayName

Display name for the account referred to in this account summary.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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

Name

Resource name for this account summary. Format: accountSummaries/{account_id} Example: "accountSummaries/1000"

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

PropertySummaries

List of summaries for child accounts of this account.

Declaration
[JsonProperty("propertySummaries")]
public virtual IList<GoogleAnalyticsAdminV1betaPropertySummary> PropertySummaries { get; set; }
Property Value
Type Description
IList<GoogleAnalyticsAdminV1betaPropertySummary>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX