LogTransformerTransformerConfigMoveKeyEntry constructor
const
LogTransformerTransformerConfigMoveKeyEntry({})
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.
Implementation
const LogTransformerTransformerConfigMoveKeyEntry({
this.overwriteIfExists,
required this.source,
required this.target,
});