MetricKeyDataPoints class

A time-ordered series of data points, corresponding to a dimension of a Performance Insights metric.

Constructors

MetricKeyDataPoints({List<DataPoint>? dataPoints, ResponseResourceMetricKey? key})
MetricKeyDataPoints.fromJson(Map<String, dynamic> json)
factory

Properties

dataPoints List<DataPoint>?
An array of timestamp-value pairs, representing measurements over a period of time.
final
hashCode int
The hash code for this object.
no setterinherited
key ResponseResourceMetricKey?
The dimension(s) to which the data points apply.
final
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
toString() String
A string representation of this object.
inherited

Operators

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