public sealed class RecordTransformation : IMessage<RecordTransformation>, IEquatable<RecordTransformation>, IDeepCloneable<RecordTransformation>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The `RecordTransformation` class is part of the `Google.Cloud.Dlp.V2` namespace and is defined in the `Google.Cloud.Dlp.V2.dll` assembly."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data processing and management."],["`RecordTransformation` has constructors that allow for default initialization or copying data from another `RecordTransformation` instance."],["The class contains properties like `ContainerTimestamp`, `ContainerVersion`, and `FieldId`, which are used to manage and describe modifications to data records, including a timestamp, a version identifier, and the specific field that the transformation applies to."],["The content shows a history of versions of `RecordTransformation`, ranging from version 4.16.0 (the latest) down to 2.15.0."]]],[]]