Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaSubpropertyEventFilter

A resource message representing a Google Analytics subproperty event filter.

Inheritance
object
GoogleAnalyticsAdminV1alphaSubpropertyEventFilter
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.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaSubpropertyEventFilter : IDirectResponseSchema

Properties

ApplyToProperty

Immutable. Resource name of the Subproperty that uses this filter.

Declaration
[JsonProperty("applyToProperty")]
public virtual string ApplyToProperty { 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

FilterClauses

Required. Unordered list. Filter clauses that define the SubpropertyEventFilter. All clauses are AND'ed together to determine what data is sent to the subproperty.

Declaration
[JsonProperty("filterClauses")]
public virtual IList<GoogleAnalyticsAdminV1alphaSubpropertyEventFilterClause> FilterClauses { get; set; }
Property Value
Type Description
IList<GoogleAnalyticsAdminV1alphaSubpropertyEventFilterClause>

Name

Output only. Format: properties/{ordinary_property_id}/subpropertyEventFilters/{sub_property_event_filter} Example: properties/1234/subpropertyEventFilters/5678

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX