public sealed class RecordTransformations : IMessage<RecordTransformations>, IEquatable<RecordTransformations>, IDeepCloneable<RecordTransformations>, IBufferMessage, IMessage
A type of transformation that is applied over structured data such as a
table.
[[["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 latest version of `RecordTransformations` is 4.16.0, with previous versions available down to 2.15.0, all documented in the provided references."],["`RecordTransformations` is a type of transformation applied to structured data, like tables, within the Google.Cloud.Dlp.V2 namespace."],["The `RecordTransformations` class includes properties for `FieldTransformations` and `RecordSuppressions`, allowing for manipulation and filtering of structured data."],["The `RecordTransformations` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering a range of functionalities for working with the class."],["Two constructors are available for `RecordTransformations`, one being parameterless and the other accepting another `RecordTransformations` object."]]],[]]