Show / Hide Table of Contents

Class GroupingRule

The rules that govern how traffic is grouped into one channel.

Inheritance
object
GroupingRule
Implements
IMessage<GroupingRule>
IEquatable<GroupingRule>
IDeepCloneable<GroupingRule>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class GroupingRule : IMessage<GroupingRule>, IEquatable<GroupingRule>, IDeepCloneable<GroupingRule>, IBufferMessage, IMessage

Constructors

GroupingRule()

Declaration
public GroupingRule()

GroupingRule(GroupingRule)

Declaration
public GroupingRule(GroupingRule other)
Parameters
Type Name Description
GroupingRule other

Properties

DisplayName

Required. Customer defined display name for the channel.

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

Expression

Required. The Filter Expression that defines the Grouping Rule.

Declaration
public ChannelGroupFilterExpression Expression { get; set; }
Property Value
Type Description
ChannelGroupFilterExpression
In this article
Back to top Generated by DocFX