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 documentation for the `TransformationSummary.Types.SummaryResult` class within the Google Cloud Data Loss Prevention v2 API, covering versions from 2.15.0 to 4.16.0 with 4.16.0 being the latest."],["`TransformationSummary.Types.SummaryResult` is a class that collects data on the number of times specific transformation result codes and associated error details have occurred."],["The `TransformationSummary.Types.SummaryResult` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object comparison."],["The class contains three primary properties, 'Code', 'Count', and 'Details', which refer to the transformation outcome, number of transformations and any warnings or errors respectively."],["The documented class and it's properties are used in the `Google.Cloud.Dlp.V2` namespace, within the `Google.Cloud.Dlp.V2.dll` assembly."]]],[]]