LogTransformerTransformerConfigCopyValueEntry class
Constructors
-
LogTransformerTransformerConfigCopyValueEntry({Input<
bool?> ? overwriteIfExists, required Input<String> source, required Input<String> target}) -
Creates a new LogTransformerTransformerConfigCopyValueEntry.
overwriteIfExistsSpecifies whether to overwrite the value if the destination key already exists. Defaults tofalse.sourceSpecifies the key to modify.targetSpecifies the key to move to.const -
LogTransformerTransformerConfigCopyValueEntry.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
overwriteIfExists
→ Input<
bool?> ? -
Specifies whether to overwrite the value if the destination key already exists. Defaults to
false.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
source
→ Input<
String> -
Specifies the key to modify.
final
-
target
→ Input<
String> -
Specifies the key to move to.
final
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