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, detailing its properties, inheritance, and implemented interfaces."],["The latest version available for this class is 4.16.0, with versions listed dating back to 2.15.0, and this page specifically covers version 4.3.0."],["`TransformationResultStatus` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, while also inheriting from `Object`."],["The class includes two properties: `Details`, which provides detailed error information, and `ResultStatusType`, which describes whether a transformation was successful or not."],["The page features two public constructors, one default constructor `TransformationResultStatus()` and another `TransformationResultStatus(TransformationResultStatus other)` that takes another `TransformationResultStatus` as a parameter."]]],[]]