Class GoogleAnalyticsAdminV1alphaAccountSummary
A virtual resource representing an overview of an account and all its child Google Analytics properties.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaAccountSummary : 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<GoogleAnalyticsAdminV1alphaPropertySummary> PropertySummaries { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleAnalyticsAdminV1alphaPropertySummary> |