MetricTokenResponse
public struct MetricTokenResponse : Codable, Equatable
The response generated from a call to a metrics method that evaluates tokens.
-
Array of metric token aggregations.
Declaration
Swift
public var aggregations: [MetricTokenAggregation]?