public sealed class TransformationResultStatus : IMessage<TransformationResultStatus>, IEquatable<TransformationResultStatus>, IDeepCloneable<TransformationResultStatus>, 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 webpage details the `TransformationResultStatus` class within the `Google.Cloud.Dlp.V2` namespace, specifically for version 4.4.0."],["The `TransformationResultStatus` class provides information about the outcome of a data transformation process, including whether it was successful or not."],["It inherits from `Object` and implements several interfaces: `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one and one that takes another `TransformationResultStatus` object as a parameter for copying."],["It includes properties for `Details` (detailed error codes and messages) and `ResultStatusType` (indicating the success or failure reason of the transformation)."]]],[]]