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, covering versions from 2.15.0 to the latest 4.16.0."],["The `TransformationResultStatus` class, defined in the `Google.Cloud.Dlp.V2.dll` assembly, is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a parameterless constructor and one that takes another `TransformationResultStatus` instance as an argument."],["`TransformationResultStatus` includes two properties, `Details`, which holds detailed error codes and messages, and `ResultStatusType`, which specifies whether the transformation was successful or the reason for failure."],["The document includes inherited members from the `Object` base class such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]