Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaChannelGroupFilter

A specific filter for a single dimension.

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

Properties

ETag

The ETag of the item.

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

FieldName

Required. Immutable. The dimension name to filter.

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

InListFilter

A filter for a string dimension that matches a particular list of options.

Declaration
[JsonProperty("inListFilter")]
public virtual GoogleAnalyticsAdminV1alphaChannelGroupFilterInListFilter InListFilter { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1alphaChannelGroupFilterInListFilter

StringFilter

A filter for a string-type dimension that matches a particular pattern.

Declaration
[JsonProperty("stringFilter")]
public virtual GoogleAnalyticsAdminV1alphaChannelGroupFilterStringFilter StringFilter { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1alphaChannelGroupFilterStringFilter

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX