Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaChannelGroupFilterExpression

A logical expression of Channel Group dimension filters.

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

Properties

AndGroup

A list of expressions to be AND’ed together. It can only contain ChannelGroupFilterExpressions with or_group. This must be set for the top level ChannelGroupFilterExpression.

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

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 ChannelGroupFilterExpression.

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

NotExpression

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

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

OrGroup

A list of expressions to OR’ed together. It cannot contain ChannelGroupFilterExpressions with and_group or or_group.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX