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 details the `SummaryResult` class, which is part of the `Google.Cloud.Dlp.V2` namespace, designed to track and report the results of data transformations."],["`SummaryResult` is a class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the base `Object` class."],["The latest version of the software package available is 4.16.0, while the page provides documentation for multiple versions of this package, including everything from 2.15.0 up to 4.16.0."],["The class `SummaryResult` contains three key properties: `Code`, representing the outcome of the transformation; `Count`, indicating how many times this result occurred; and `Details`, allowing for warning or error information."],["The class provides two constructors: a parameterless constructor `SummaryResult()`, and one that takes in `TransformationSummary.Types.SummaryResult` as a parameter."]]],[]]