Class ChannelGroupFilterExpression
A logical expression of Channel Group dimension filters.
Inheritance
ChannelGroupFilterExpression
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ChannelGroupFilterExpression : IMessage<ChannelGroupFilterExpression>, IEquatable<ChannelGroupFilterExpression>, IDeepCloneable<ChannelGroupFilterExpression>, IBufferMessage, IMessage
Constructors
ChannelGroupFilterExpression()
Declaration
public ChannelGroupFilterExpression()
ChannelGroupFilterExpression(ChannelGroupFilterExpression)
Declaration
public ChannelGroupFilterExpression(ChannelGroupFilterExpression other)
Parameters
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
public ChannelGroupFilterExpressionList AndGroup { get; set; }
Property Value
ExprCase
Declaration
public ChannelGroupFilterExpression.ExprOneofCase ExprCase { get; }
Property Value
Filter
A filter on a single dimension. This cannot be set on the top
level ChannelGroupFilterExpression.
Declaration
public ChannelGroupFilter Filter { get; set; }
Property Value
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
public ChannelGroupFilterExpression NotExpression { get; set; }
Property Value
OrGroup
A list of expressions to OR’ed together. It cannot contain
ChannelGroupFilterExpressions with and_group or or_group.
Declaration
public ChannelGroupFilterExpressionList OrGroup { get; set; }
Property Value