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."],[[["This webpage provides documentation for the `TransformationSummary.Types.SummaryResult` class within the Google Cloud Data Loss Prevention (DLP) v2 API, detailing its purpose, inheritance, implemented interfaces, and members."],["The `SummaryResult` class is designed to track the number of occurrences of specific `TransformationResultCode` instances, along with any associated error details."],["The documentation covers various versions of the API, ranging from the latest `4.16.0` down to `2.15.0`, allowing users to access version-specific details for the `SummaryResult` class."],["The class `SummaryResult` has properties such as `Code`, `Count`, and `Details` which provides the outcome of the transformation, the number of transformations counted and a space for warnings and errors, respectively."],["The `SummaryResult` class can be instantiated using either a default constructor `SummaryResult()`, or a copy constructor `SummaryResult(TransformationSummary.Types.SummaryResult other)`."]]],[]]