Show / Hide Table of Contents

Class PropertySummary

A virtual resource representing metadata for a Google Analytics property.

Inheritance
object
PropertySummary
Implements
IMessage<PropertySummary>
IEquatable<PropertySummary>
IDeepCloneable<PropertySummary>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class PropertySummary : IMessage<PropertySummary>, IEquatable<PropertySummary>, IDeepCloneable<PropertySummary>, IBufferMessage, IMessage

Constructors

PropertySummary()

Declaration
public PropertySummary()

PropertySummary(PropertySummary)

Declaration
public PropertySummary(PropertySummary other)
Parameters
Type Name Description
PropertySummary other

Properties

DisplayName

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

Declaration
public string DisplayName { 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
public 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
public string Property { get; set; }
Property Value
Type Description
string

PropertyAsPropertyName

PropertyName-typed view over the Property resource name property.

Declaration
public PropertyName PropertyAsPropertyName { get; set; }
Property Value
Type Description
PropertyName

PropertyType

The property's property type.

Declaration
public PropertyType PropertyType { get; set; }
Property Value
Type Description
PropertyType
In this article
Back to top Generated by DocFX