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 webpage provides documentation for the `TransformationOverview` class within the `Google.Cloud.Dlp.V2` namespace, detailing its purpose and usage in data transformation."],["The latest version available is 4.16.0, and the page also links to previous versions dating back to 2.15.0, allowing for version-specific documentation review."],["The `TransformationOverview` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its integration within the Google Protocol Buffers framework."],["The class contains properties like `TransformationSummaries`, which holds a collection of `TransformationSummary` objects, and `TransformedBytes`, which tracks the total size of transformed data in bytes."],["The class has two constructors, one default and one which take another `TransformationOverview` object as a parameter, for the creation of deep copies."]]],[]]