public sealed class TransformationOverview : IMessage<TransformationOverview>, IEquatable<TransformationOverview>, IDeepCloneable<TransformationOverview>, IBufferMessage, IMessage
[[["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 latest version of the `Google.Cloud.Dlp.V2` package is 4.16.0, with multiple previous versions available, ranging down to 2.15.0."],["`TransformationOverview` is a class that provides an overview of modifications within the `Google.Cloud.Dlp.V2` namespace and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TransformationOverview` class includes properties like `TransformationSummaries`, a `RepeatedField` of `TransformationSummary`, and `TransformedBytes`, which tracks the total size of transformed data in bytes."],["The class has two constructors: a default constructor and another that accepts another `TransformationOverview` instance as a parameter."],["The class inherits members from the base `Object` class, including methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]