Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpression

A logical expression of Subproperty event filters.

Inheritance
object
GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpression
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 GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpression : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FilterCondition

Creates a filter that matches a specific event. This cannot be set on the top level SubpropertyEventFilterExpression.

Declaration
[JsonProperty("filterCondition")]
public virtual GoogleAnalyticsAdminV1alphaSubpropertyEventFilterCondition FilterCondition { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1alphaSubpropertyEventFilterCondition

NotExpression

A filter expression to be NOT'ed (inverted, complemented). It can only include a filter. This cannot be set on the top level SubpropertyEventFilterExpression.

Declaration
[JsonProperty("notExpression")]
public virtual GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpression NotExpression { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpression

OrGroup

A list of expressions to OR’ed together. Must only contain not_expression or filter_condition expressions.

Declaration
[JsonProperty("orGroup")]
public virtual GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpressionList OrGroup { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpressionList

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX