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."],[[["The webpage provides documentation for the `TransformationResultStatus` class within the `Google.Cloud.Dlp.V2` namespace, covering multiple versions from 2.15.0 to the latest 4.16.0."],["`TransformationResultStatus` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `TransformationResultStatus` class has two constructors: a default constructor and a copy constructor that takes another `TransformationResultStatus` object as a parameter."],["The `TransformationResultStatus` class has two properties, `Details`, which contains detailed error information of type `Status`, and `ResultStatusType`, which indicates if the result was successful, or why it was not."],["The assembly the class belongs to is the `Google.Cloud.Dlp.V2.dll` file."]]],[]]