MetricResponse
public struct MetricResponse : Codable, Equatable
The response generated from a call to a metrics method.
-
Array of metric aggregations.
Declaration
Swift
public var aggregations: [MetricAggregation]?