Get Prometheus Alert Rules Plain Args
data class GetPrometheusAlertRulesPlainArgs(val clusterId: String, val ids: List<String>? = null, val matchExpressions: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: Int? = null, val type: String? = null) : ConvertibleToJava<GetPrometheusAlertRulesPlainArgs>
A collection of arguments for invoking getPrometheusAlertRules.