GoogleCloudApigeeV1OptimizedStatsNode class
Encapsulates a data node as represented below: { "identifier": { "names": [ "apiproxy" ], "values": [ "sirjee" ] }, "metric": [ { "env": "prod", "name": "sum(message_count)", "values": [ 36.0 ] } ] }
or { "env": "prod", "name": "sum(message_count)", "values": [ 36.0 ] }
Depending on whether a dimension is present in the query or not the data
node type can be a simple metric value or dimension identifier with list of
metrics.
Constructors
Properties
-
data
↔ List<
Object?> ? -
The values for Object must be JSON objects. It can consist of
num
,String
,bool
andnull
as well asMap
andList
values.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- 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