Get Rules Result
data class GetRulesResult(val category: Int? = null, val contentCategory: String? = null, val customType: Int? = null, val enableDetails: Boolean? = null, val id: String, val ids: List<String>, val name: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val productId: String? = null, val riskLevelId: String? = null, val ruleType: Int? = null, val rules: List<GetRulesRule>, val status: String? = null, val warnLevel: Int? = null)
A collection of values returned by getRules.
Constructors
Link copied to clipboard
fun GetRulesResult(category: Int? = null, contentCategory: String? = null, customType: Int? = null, enableDetails: Boolean? = null, id: String, ids: List<String>, name: String? = null, nameRegex: String? = null, names: List<String>, outputFile: String? = null, productId: String? = null, riskLevelId: String? = null, ruleType: Int? = null, rules: List<GetRulesRule>, status: String? = null, warnLevel: Int? = null)