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"] }
Constructors
-
GoogleCloudApigeeV1Metric({String? name, List<
Object?> ? values}) - GoogleCloudApigeeV1Metric.fromJson(Map json_)
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