inputTransformer property

InputTransformer? inputTransformer
final

Settings to enable you to provide custom input to a target based on certain event data. You can extract one or more key-value pairs from the event and then use that data to send customized input to the target.

Implementation

final InputTransformer? inputTransformer;