public sealed class DeidentifyDataSourceDetails : IMessage<DeidentifyDataSourceDetails>, IEquatable<DeidentifyDataSourceDetails>, IDeepCloneable<DeidentifyDataSourceDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DeidentifyDataSourceDetails.
The results of a [Deidentify][google.privacy.dlp.v2.Action.Deidentify] action
from an inspect job.
[[["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-21 UTC."],[[["This document provides reference information for the `DeidentifyDataSourceDetails` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically for the .NET framework."],["The `DeidentifyDataSourceDetails` class represents the outcome of a de-identification action performed as part of an inspection job, inheriting from object and implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version is `4.16.0`, with historical versions dating back to `2.15.0` also being documented with links to their version specific documentation."],["The class includes properties like `DeidentifyStats` to provide stats about the de-identification process, and `RequestedOptions` which details the configuration used for the de-identification request."],["The documentation covers the class's constructors, one of which allows for creating a new `DeidentifyDataSourceDetails` object from an existing one, and it lists inherited members from the base object class."]]],[]]