GoogleAnalyticsAdminV1betaAccessFilter class

An expression to filter dimension or metric values.

Properties

betweenFilter GoogleAnalyticsAdminV1betaAccessBetweenFilter?
A filter for two values.
getter/setter pair
fieldName String?
The dimension name or metric name.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inListFilter GoogleAnalyticsAdminV1betaAccessInListFilter?
A filter for in list values.
getter/setter pair
numericFilter GoogleAnalyticsAdminV1betaAccessNumericFilter?
A filter for numeric or date values.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringFilter GoogleAnalyticsAdminV1betaAccessStringFilter?
Strings related filter.
getter/setter pair

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