Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1betaAccessFilterExpression

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

Inheritance
object
GoogleAnalyticsAdminV1betaAccessFilterExpression
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.v1beta.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1beta.dll
Syntax
public class GoogleAnalyticsAdminV1betaAccessFilterExpression : 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 GoogleAnalyticsAdminV1betaAccessFilter AccessFilter { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1betaAccessFilter

AndGroup

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

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

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 GoogleAnalyticsAdminV1betaAccessFilterExpression NotExpression { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1betaAccessFilterExpression

OrGroup

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX