public sealed class TransformationResultStatus : IMessage<TransformationResultStatus>, IEquatable<TransformationResultStatus>, IDeepCloneable<TransformationResultStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class TransformationResultStatus.
[[["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 Data Loss Prevention (DLP) v2 API, covering versions from 2.15.0 to the latest 4.16.0."],["The `TransformationResultStatus` class represents the outcome of a data transformation operation and includes details about the result, such as success or failure."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the .NET environment."],["The `TransformationResultStatus` class contains properties such as `Details`, which provides error codes and messages, and `ResultStatusType`, indicating the overall transformation status."],["Constructors are available to create a new `TransformationResultStatus` object, either as a default instance or by copying an existing one."]]],[]]