Class GoogleAnalyticsAdminV1alphaAccount
A resource message representing a Google Analytics account.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaAccount : IDirectResponseSchema
Properties
CreateTime
Output only. Time when this account was originally created.
Declaration
[JsonProperty("createTime")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Deleted
Output only. Indicates whether this Account is soft-deleted or not. Deleted accounts are excluded from List results unless specifically requested.
Declaration
[JsonProperty("deleted")]
public virtual bool? Deleted { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
DisplayName
Required. Human-readable display name for this account.
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
Output only. Resource name of this account. Format: accounts/{account} Example: "accounts/100"
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RegionCode
Country of business. Must be a Unicode CLDR region code.
Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UpdateTime
Output only. Time when account payload fields were last updated.
Declaration
[JsonProperty("updateTime")]
public virtual object UpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |