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
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