Rule Group Rule Variables
data class RuleGroupRuleVariables(val ipSets: Map<String, RuleGroupIpSet>? = null, val portSets: Map<String, RuleGroupPortSet>? = null)
Constructors
Link copied to clipboard
constructor(ipSets: Map<String, RuleGroupIpSet>? = null, portSets: Map<String, RuleGroupPortSet>? = null)