Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaChannelGroup

A resource message representing a Channel Group.

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

Properties

Description

The description of the Channel Group. Max length of 256 characters.

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

DisplayName

Required. The display name of the Channel Group. Max length of 80 characters.

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

GroupingRule

Required. The grouping rules of channels. Maximum number of rules is 25.

Declaration
[JsonProperty("groupingRule")]
public virtual IList<GoogleAnalyticsAdminV1alphaGroupingRule> GroupingRule { get; set; }
Property Value
Type Description
IList<GoogleAnalyticsAdminV1alphaGroupingRule>

Name

Output only. The resource name for this Channel Group resource. Format: properties/{property}/channelGroups/{channel_group}

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

SystemDefined

Output only. Default Channel Group defined by Google, which cannot be updated.

Declaration
[JsonProperty("systemDefined")]
public virtual bool? SystemDefined { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX