DimensionKeyDescription class
An array of descriptions and aggregated values for each dimension within a dimension group.
Constructors
-
DimensionKeyDescription({Map<
String, String> ? dimensions, List<double> ? partitions, double? total}) -
DimensionKeyDescription.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
dimensions
→ Map<
String, String> ? -
A map of name-value pairs for the dimensions in the group.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
partitions
→ List<
double> ? -
If
PartitionBy
was specified,PartitionKeys
contains the dimensions that were.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- total → double?
-
The aggregated metric value for the dimension(s), over the requested time
range.
final
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