VariableOptions Class Reference
public class VariableOptions : MappingsBuilder
Some Mappings options that are mapping a key from the payload to a destination in the result payload.
-
Sets a filter condition that the variable must match to be mapped.
Declaration
Swift
public func ifValueEquals(_ target: String)Parameter Description targetThe target value that the variable needs to equal.