Class GoogleAnalyticsAdminV1alphaPropertySummary
A virtual resource representing metadata for a Google Analytics property.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaPropertySummary : IDirectResponseSchema
Properties
DisplayName
Display name for the property referred to in this property 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 |
Parent
Resource name of this property's logical parent. Note: The Property-Moving UI can be used to change the parent. Format: accounts/{account}, properties/{property} Example: "accounts/100", "properties/200"
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
Property
Resource name of property referred to by this property summary Format: properties/{property_id} Example: "properties/1000"
Declaration
[JsonProperty("property")]
public virtual string Property { get; set; }
Property Value
Type | Description |
---|---|
string |
PropertyType
The property's property type.
Declaration
[JsonProperty("propertyType")]
public virtual string PropertyType { get; set; }
Property Value
Type | Description |
---|---|
string |