public class MetricTokenAggregation
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description | 
|---|
MetricTokenAggregation()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getEventType()
Gets the eventType. 
 | 
List<MetricTokenAggregationResult> | 
getResults()
Gets the results. 
 | 
public String getEventType()
The event type associated with this metric result. This field, when present, will always be `click`.
public List<MetricTokenAggregationResult> getResults()
Array of results for the metric token aggregation.
Copyright © 2021 IBM Cloud. All rights reserved.