RuleVariablesResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Property ipSets

Link copied to clipboard

Property portSets