Management Event Aggregation Condition Response
data class ManagementEventAggregationConditionResponse(val operator: String? = null, val threshold: Double? = null, val windowSize: String? = null)
How the data that is collected should be combined over time.
Constructors
Link copied to clipboard
fun ManagementEventAggregationConditionResponse(operator: String? = null, threshold: Double? = null, windowSize: String? = null)