Class ChannelGroupFilter
A specific filter for a single dimension.
Inheritance
ChannelGroupFilter
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ChannelGroupFilter : IMessage<ChannelGroupFilter>, IEquatable<ChannelGroupFilter>, IDeepCloneable<ChannelGroupFilter>, IBufferMessage, IMessage
Constructors
ChannelGroupFilter()
Declaration
public ChannelGroupFilter()
ChannelGroupFilter(ChannelGroupFilter)
Declaration
public ChannelGroupFilter(ChannelGroupFilter other)
Parameters
Properties
FieldName
Required. Immutable. The dimension name to filter.
Declaration
public string FieldName { get; set; }
Property Value
InListFilter
A filter for a string dimension that matches a particular list of
options.
Declaration
public ChannelGroupFilter.Types.InListFilter InListFilter { get; set; }
Property Value
StringFilter
A filter for a string-type dimension that matches a particular pattern.
Declaration
public ChannelGroupFilter.Types.StringFilter StringFilter { get; set; }
Property Value
ValueFilterCase
Declaration
public ChannelGroupFilter.ValueFilterOneofCase ValueFilterCase { get; }
Property Value