Get Metric Rule Black Lists Plain Args
data class GetMetricRuleBlackListsPlainArgs(val category: String? = null, val ids: List<String>? = null, val metricRuleBlackListId: String? = null, val nameRegex: String? = null, val namespace: String? = null, val order: Int? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null) : ConvertibleToJava<GetMetricRuleBlackListsPlainArgs>
A collection of arguments for invoking getMetricRuleBlackLists.