EndpointDeliveryRuleRemoteAddressCondition

data class EndpointDeliveryRuleRemoteAddressCondition(val matchValues: List<String>? = null, val negateCondition: Boolean? = null, val operator: String)

Constructors

constructor(matchValues: List<String>? = null, negateCondition: Boolean? = null, operator: String)

Types

Link copied to clipboard
object Companion

Properties

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

List of string values. For GeoMatch operator this should be a list of country codes (e.g. US or DE). List of IP address if operator equals to IPMatch. This is required if operator is not Any.

Link copied to clipboard

Defaults to false.

Link copied to clipboard

Valid values are Any, GeoMatch and IPMatch.