LogTransformerTransformerConfigMoveKeyEntry class

Constructors

LogTransformerTransformerConfigMoveKeyEntry({Input<bool?>? overwriteIfExists, required Input<String> source, required Input<String> target})
Creates a new LogTransformerTransformerConfigMoveKeyEntry. overwriteIfExists Specifies whether to overwrite the value if the destination key already exists. Defaults to false. source Specifies the key to modify. target Specifies the key to move to.
const
LogTransformerTransformerConfigMoveKeyEntry.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