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 provides documentation for the `TransformationResultStatus` class within the `Google.Cloud.Dlp.V2` namespace, specifically in version 4.6.0 of the library."],["The `TransformationResultStatus` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `object`."],["The page lists various versions of the `Google.Cloud.Dlp.V2` library, ranging from the latest 4.16.0 down to version 2.15.0, with each version having its own documentation link."],["`TransformationResultStatus` has two key properties, `Details` which provides detailed error codes and messages, and `ResultStatusType` that indicates the outcome of a transformation, either success or an explanation for failure."],["The class offers two constructors, a default one `TransformationResultStatus()` and another that accepts another `TransformationResultStatus` object, `TransformationResultStatus(TransformationResultStatus other)`."]]],[]]