GoogleCloudApigeeV1Metric class

Encapsulates the metric data point.

For example: { "name": "sum(message_count)", "values" : [ { "timestamp": 1549004400000, "value": "39.0" }, { "timestamp" : 1548997200000, "value" : "0.0" } ] } or { "name": "sum(message_count)", "values" : ["39.0"] }

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
Metric name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<Object?>?
List of metric values.
getter/setter pair

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