public sealed class TransformationSummary.Types.SummaryResult : IMessage<TransformationSummary.Types.SummaryResult>, IEquatable<TransformationSummary.Types.SummaryResult>, IDeepCloneable<TransformationSummary.Types.SummaryResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class TransformationSummary.Types.SummaryResult.
A collection that informs the user the number of times a particular
TransformationResultCode and error details occurred.
[[["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 page provides reference documentation for the `TransformationSummary.Types.SummaryResult` class within the Google Cloud Data Loss Prevention v2 API, showing its structure, properties, and usage."],["The latest version available is 4.16.0, and the page lists versions of this class ranging from 2.15.0 up to the latest, allowing for the review of changes and implementations across these versions."],["The `TransformationSummary.Types.SummaryResult` class is part of the `Google.Cloud.Dlp.V2` namespace and is used to inform users about the frequency of specific transformation result codes and any associated error details."],["This class has properties like `Code` (which represents the outcome of the transformation), `Count` (indicating the number of transformations counted), and `Details` (for warnings or errors if a transformation fails), all explained in the documentation."],["The `TransformationSummary.Types.SummaryResult` class inherits from the `object` class and implements the following interfaces: `IMessage`, `IEquatable`, `IDeepCloneable` and `IBufferMessage`, giving information on its intended use."]]],[]]