Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1betaPropertySummary

A virtual resource representing metadata for a Google Analytics property.

Inheritance
object
GoogleAnalyticsAdminV1betaPropertySummary
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 GoogleAnalyticsAdminV1betaPropertySummary : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX