Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaAccessFilterExpression

Expresses dimension or metric filters. The fields in the same expression need to be either all dimensions or all metrics.

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

Properties

AccessFilter

A primitive filter. In the same FilterExpression, all of the filter's field names need to be either all dimensions or all metrics.

Declaration
[JsonProperty("accessFilter")]
public virtual GoogleAnalyticsAdminV1alphaAccessFilter AccessFilter { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1alphaAccessFilter

AndGroup

Each of the FilterExpressions in the and_group has an AND relationship.

Declaration
[JsonProperty("andGroup")]
public virtual GoogleAnalyticsAdminV1alphaAccessFilterExpressionList AndGroup { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1alphaAccessFilterExpressionList

ETag

The ETag of the item.

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

NotExpression

The FilterExpression is NOT of not_expression.

Declaration
[JsonProperty("notExpression")]
public virtual GoogleAnalyticsAdminV1alphaAccessFilterExpression NotExpression { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1alphaAccessFilterExpression

OrGroup

Each of the FilterExpressions in the or_group has an OR relationship.

Declaration
[JsonProperty("orGroup")]
public virtual GoogleAnalyticsAdminV1alphaAccessFilterExpressionList OrGroup { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1alphaAccessFilterExpressionList

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX