Log Metric Trigger Response
data class LogMetricTriggerResponse(val metricColumn: String? = null, val metricTriggerType: String? = null, val threshold: Double? = null, val thresholdOperator: String? = null)
A log metrics trigger descriptor.
Constructors
Link copied to clipboard
fun LogMetricTriggerResponse(metricColumn: String? = null, metricTriggerType: String? = null, threshold: Double? = null, thresholdOperator: String? = null)