QueryStringMatchConditionParametersResponse

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

Defines the parameters for QueryString match conditions

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

The match value for the condition of the delivery rule

Link copied to clipboard

Describes if this is negate condition or not

Link copied to clipboard

Describes operator to be matched

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

List of transforms

Link copied to clipboard

Expected value is 'DeliveryRuleQueryStringConditionParameters'.