IpMatchConditionResponse

data class IpMatchConditionResponse(val ipGroupNames: List<String>? = null, val ipPrefixValues: List<String>? = null, val prefixType: String? = null, val type: String? = null)

Defines the condition that can be filtered using the selected IPs.

Constructors

Link copied to clipboard
constructor(ipGroupNames: List<String>? = null, ipPrefixValues: List<String>? = null, prefixType: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipGroupNames: List<String>? = null

The List of IP Group Names that need to be matched.

Link copied to clipboard
val ipPrefixValues: List<String>? = null

The list of IP Prefixes that need to be matched.

Link copied to clipboard
val prefixType: String? = null

IP Prefix Type that needs to be matched.

Link copied to clipboard
val type: String? = null

IP Address type that needs to be matched.