Rule Variables Response
data class RuleVariablesResponse(val ipSets: Map<String, IPSetResponse>? = null, val portSets: Map<String, PortSetResponse>? = null)
Definition of RuleVariables
Constructors
Link copied to clipboard
constructor(ipSets: Map<String, IPSetResponse>? = null, portSets: Map<String, PortSetResponse>? = null)