MetricTokenAggregation
public struct MetricTokenAggregation : Codable, Equatable
An aggregation analyzing log information for queries and events.
-
The event type associated with this metric result. This field, when present, will always be
click.Declaration
Swift
public var eventType: String? -
Array of results for the metric token aggregation.
Declaration
Swift
public var results: [MetricTokenAggregationResult]?
View on GitHub
MetricTokenAggregation Structure Reference