public class MetricAggregation
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Method and Description | 
|---|---|
| String | getEventType()Gets the eventType. | 
| String | getInterval()Gets the interval. | 
| List<MetricAggregationResult> | getResults()Gets the results. | 
public String getInterval()
The measurement interval for this metric. Metric intervals are always 1 day (`1d`).
public String getEventType()
The event type associated with this metric result. This field, when present, will always be `click`.
public List<MetricAggregationResult> getResults()
Array of metric aggregation query results.
Copyright © 2023 IBM Cloud. All rights reserved.