MetricAggregation
public struct MetricAggregation : Codable, Equatable
An aggregation analyzing log information for queries and events.
-
The measurement interval for this metric. Metric intervals are always 1 day (
1d
).Declaration
Swift
public var interval: String?
-
The event type associated with this metric result. This field, when present, will always be
click
.Declaration
Swift
public var eventType: String?
-
Array of metric aggregation query results.
Declaration
Swift
public var results: [MetricAggregationResult]?