HistoryRecord class
HistoryRecord is a timeseries of Chrome UX Report data.
It contains user experience statistics for a single url pattern and a set of dimensions.
Constructors
-
HistoryRecord({List<
CollectionPeriod> ? collectionPeriods, HistoryKey? key, Map<String, MetricTimeseries> ? metrics}) - HistoryRecord.fromJson(Map json_)
Properties
-
collectionPeriods
↔ List<
CollectionPeriod> ? -
The collection periods indicate when each of the data points reflected in
the time series data in metrics was collected.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- key ↔ HistoryKey?
-
Key defines all of the unique querying parameters needed to look up a user
experience history record.
getter/setter pair
-
metrics
↔ Map<
String, MetricTimeseries> ? -
Metrics is the map of user experience time series data available for the
record defined in the key field.
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