Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression

A logical expression of EnhancedDataSet dimension filters.

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

Properties

AndGroup

A list of expressions to be AND’ed together. It must contain a ExpandedDataSetFilterExpression with either not_expression or dimension_filter. This must be set for the top level ExpandedDataSetFilterExpression.

Declaration
[JsonProperty("andGroup")]
public virtual GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpressionList AndGroup { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpressionList

ETag

The ETag of the item.

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

Filter

A filter on a single dimension. This cannot be set on the top level ExpandedDataSetFilterExpression.

Declaration
[JsonProperty("filter")]
public virtual GoogleAnalyticsAdminV1alphaExpandedDataSetFilter Filter { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1alphaExpandedDataSetFilter

NotExpression

A filter expression to be NOT'ed (that is, inverted, complemented). It must include a dimension_filter. This cannot be set on the top level ExpandedDataSetFilterExpression.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX