public sealed class SummaryResult : IMessage<TransformationSummary.Types.SummaryResult>, IEquatable<TransformationSummary.Types.SummaryResult>, IDeepCloneable<TransformationSummary.Types.SummaryResult>, IBufferMessage, IMessage
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 webpage documents `SummaryResult`, a class that tallies the occurrences of specific transformation outcomes and any associated errors."],["This `SummaryResult` class is part of the `Google.Cloud.Dlp.V2` namespace within the `Google.Cloud.Dlp.V2.dll` assembly, and the documentation includes versions ranging from 2.15.0 to the latest 4.16.0."],["The class `SummaryResult` can be constructed without any parameters or using another `TransformationSummary.Types.SummaryResult` object as a parameter."],["`SummaryResult` has three properties: `Code` to identify the outcome of the transformation, `Count` for the number of transformations, and `Details` to show any warnings or errors that occurred."],["`SummaryResult` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable` and `IBufferMessage`."]]],[]]