Show / Hide Table of Contents

Class PropertySummary

A virtual resource representing metadata for an GA4 property.

Inheritance
System.Object
PropertySummary
Implements
Google.Protobuf.IMessage<PropertySummary>
System.IEquatable<PropertySummary>
Google.Protobuf.IDeepCloneable<PropertySummary>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 account summary.

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

PropertyAsPropertyName

PropertyName-typed view over the Property resource name property.

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