GroupMetricRuleEscalationsInfo

data class GroupMetricRuleEscalationsInfo(val comparisonOperator: String? = null, val statistics: String? = null, val threshold: String? = null, val times: Int? = null)

Constructors

Link copied to clipboard
constructor(comparisonOperator: String? = null, statistics: String? = null, threshold: String? = null, times: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val statistics: String? = null
Link copied to clipboard
val threshold: String? = null
Link copied to clipboard
val times: Int? = null