Dimensions class
Contains information about the dimensions for a set of metrics.
Constructors
- Dimensions({Channel? channel, QueueReference? queue})
-
Dimensions.fromJson(Map<
String, dynamic> json) -
factory
Properties
- channel → Channel?
-
The channel used for grouping and filters.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- queue → QueueReference?
-
Information about the queue for which metrics are returned.
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