MetricRange class

A MetricRange is used when each window is good when the value x of a single TimeSeries satisfies range.min <= x <= range.max.

The provided TimeSeries must have ValueType = INT64 or ValueType = DOUBLE and MetricKind = GAUGE.

Constructors

MetricRange({GoogleMonitoringV3Range? range, String? timeSeries})
MetricRange.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
range GoogleMonitoringV3Range?
Range of values considered "good." For a one-sided range, set one bound to an infinite value.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeSeries String?
A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying the TimeSeries to use for evaluating window quality.
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