SegmentMetricFilter class

Metric filter to be used in a segment filter clause.

Constructors

SegmentMetricFilter({String? comparisonValue, String? maxComparisonValue, String? metricName, String? operator, String? scope})
SegmentMetricFilter.fromJson(Map json_)

Properties

comparisonValue String?
The value to compare against.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxComparisonValue String?
Max comparison value is only used for BETWEEN operator.
getter/setter pair
metricName String?
The metric that will be filtered on.
getter/setter pair
operator String?
Specifies is the operation to perform to compare the metric.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String?
Scope for a metric defines the level at which that metric is defined.
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