EndpointDeliveryRuleQueryStringCondition

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

Constructors

Link copied to clipboard
constructor(matchValues: List<String>? = null, negateCondition: Boolean? = null, operator: String, transforms: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

List of string values. This is required if operator is not Any.

Link copied to clipboard

Defaults to false.

Link copied to clipboard

Valid values are Any, BeginsWith, Contains, EndsWith, Equal, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

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

A list of transforms. Valid values are Lowercase and Uppercase.