Get Prometheus Alert Rules Rule
data class GetPrometheusAlertRulesRule(val annotations: List<GetPrometheusAlertRulesRuleAnnotation>, val clusterId: String, val dispatchRuleId: String, val duration: String, val expression: String, val id: String, val labels: List<GetPrometheusAlertRulesRuleLabel>, val message: String, val notifyType: String, val prometheusAlertRuleId: String, val prometheusAlertRuleName: String, val status: Int, val type: String)
Constructors
Link copied to clipboard
fun GetPrometheusAlertRulesRule(annotations: List<GetPrometheusAlertRulesRuleAnnotation>, clusterId: String, dispatchRuleId: String, duration: String, expression: String, id: String, labels: List<GetPrometheusAlertRulesRuleLabel>, message: String, notifyType: String, prometheusAlertRuleId: String, prometheusAlertRuleName: String, status: Int, type: String)