RemoteAddressMatchConditionParameters interface
Defines the parameters for RemoteAddress match conditions
Properties
match |
Match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match. |
negate |
Describes if this is negate condition or not |
operator | Describes operator to be matched |
transforms | List of transforms |
type |
Property Details
matchValues
Match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match.
matchValues?: string[]
Property Value
string[]
negateCondition
Describes if this is negate condition or not
negateCondition?: boolean
Property Value
boolean
operator
Describes operator to be matched
operator: string
Property Value
string
transforms
List of transforms
transforms?: string[]
Property Value
string[]
typeName
typeName: "DeliveryRuleRemoteAddressConditionParameters"
Property Value
"DeliveryRuleRemoteAddressConditionParameters"