VariableOptions

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)

    Parameters

    target

    The target value that the variable needs to equal.