GoogleAnalyticsAdminV1betaAccessFilterExpression class

Expresses dimension or metric filters.

The fields in the same expression need to be either all dimensions or all metrics.

Properties

accessFilter GoogleAnalyticsAdminV1betaAccessFilter?
A primitive filter.
getter/setter pair
andGroup GoogleAnalyticsAdminV1betaAccessFilterExpressionList?
Each of the FilterExpressions in the and_group has an AND relationship.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
notExpression GoogleAnalyticsAdminV1betaAccessFilterExpression?
The FilterExpression is NOT of not_expression.
getter/setter pair
orGroup GoogleAnalyticsAdminV1betaAccessFilterExpressionList?
Each of the FilterExpressions in the or_group has an OR relationship.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited