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."],[[["This page details the `RecordTransformation` class within the `Google.Cloud.Dlp.V2` namespace, which is part of the Google Cloud Data Loss Prevention (DLP) library for .NET."],["The `RecordTransformation` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as message handling, equality comparison, deep cloning, and buffer message handling."],["The latest version of the library is 4.16.0, but this page specifically covers version 4.7.0, and provides links to versions ranging from 2.15.0 to the latest 4.16.0."],["Key properties of the `RecordTransformation` class include `ContainerTimestamp`, `ContainerVersion`, and `FieldId`, which provide information about the data container and the field involved in a transformation."],["Two constructors are available for `RecordTransformation`: a default constructor, and one that allows another `RecordTransformation` object to be passed in to use as the basis of the new object."]]],[]]