PivotHeaderEntry class
The headers for the each of the metric column corresponding to the metrics requested in the pivots section of the response.
Constructors
-
PivotHeaderEntry({List<
String> ? dimensionNames, List<String> ? dimensionValues, MetricHeaderEntry? metric}) - PivotHeaderEntry.fromJson(Map json_)
Properties
-
dimensionNames
↔ List<
String> ? -
The name of the dimensions in the pivot response.
getter/setter pair
-
dimensionValues
↔ List<
String> ? -
The values for the dimensions in the pivot.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- metric ↔ MetricHeaderEntry?
-
The metric header for the metric in the pivot.
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