Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaSubpropertyEventFilterClause

A clause for defining a filter. A filter may be inclusive (events satisfying the filter clause are included in the subproperty's data) or exclusive (events satisfying the filter clause are excluded from the subproperty's data).

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

Properties

ETag

The ETag of the item.

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

FilterClauseType

Required. The type for the filter clause.

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

FilterExpression

Required. The logical expression for what events are sent to the subproperty.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX