Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaGroupingRule

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

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

Properties

DisplayName

Required. Customer defined display name for the channel.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Expression

Required. The Filter Expression that defines the Grouping Rule.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX