Get Prometheus Alert Rules Result
data class GetPrometheusAlertRulesResult(val clusterId: String, val id: String, val ids: List<String>, val matchExpressions: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val rules: List<GetPrometheusAlertRulesRule>, val status: Int? = null, val type: String? = null)
A collection of values returned by getPrometheusAlertRules.