PostArgsMatchConditionParametersResponse

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

Defines the parameters for PostArgs match conditions

Constructors

Link copied to clipboard
constructor(matchValues: List<String>? = null, negateCondition: Boolean? = null, operator: String, selector: String? = null, 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 selector: String? = null

Name of PostArg to be matched

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

List of transforms

Link copied to clipboard

Expected value is 'DeliveryRulePostArgsConditionParameters'.