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).
Implements
Inherited Members
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 |