Trigger Condition Response
data class TriggerConditionResponse(val metricTrigger: LogMetricTriggerResponse? = null, val threshold: Double, val thresholdOperator: String)
The condition that results in the Log Search rule.
Constructors
Link copied to clipboard
constructor(metricTrigger: LogMetricTriggerResponse? = null, threshold: Double, thresholdOperator: String)