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 functionality in data transformation."],["The `TransformationOverview` class offers an overview of the modifications that have occurred, implemented in C#, including information on transformed bytes and summaries of applied transformations, and it also inherits from the `Object` class while also implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a comprehensive list of versions for `TransformationOverview`, ranging from version 2.15.0 to the latest version 4.16.0, allowing developers to reference the specific version relevant to their project."],["The class features a `TransformationSummaries` property, which is a `RepeatedField` of `TransformationSummary`, providing insights into the specific transformations that have been applied."],["The `TransformedBytes` property of the `TransformationOverview` class is of type `Int64` and allows for tracking the total size, in bytes, of the data that has undergone some form of transformation."]]],[]]