EventTargetInputTransformer class

Constructors

EventTargetInputTransformer({Input<Map<String, String>?>? inputPaths, required Input<String> inputTemplate})
Creates a new EventTargetInputTransformer. inputPaths Key value pairs specified in the form of JSONPath (for example, time = $.time) inputTemplate Template to customize data sent to the target. Must be valid JSON. To send a string value, the string value must include double quotes.
const
EventTargetInputTransformer.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
inputPaths → Input<Map<String, String>?>?
Key value pairs specified in the form of JSONPath (for example, time = $.time)
final
inputTemplate → Input<String>
Template to customize data sent to the target. Must be valid JSON. To send a string value, the string value must include double quotes.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited