DateRangeValues class
Used to return a list of metrics for a single DateRange / dimension combination
Constructors
- DateRangeValues()
- DateRangeValues.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
pivotValueRegions
↔ List<
PivotValueRegion> -
The values of each pivot region.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
values
↔ List<
String> -
Each value corresponds to each Metric in the request.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited