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-24 UTC."],[[["This webpage provides reference documentation for the `DeidentifyDataSourceDetails` class within the Google Cloud Data Loss Prevention v2 API, specifically for .NET."],["The class `DeidentifyDataSourceDetails` is used to capture the results of a Deidentify action from an inspect job, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The current latest version of this API on the webpage is `4.16.0`, and there are numerous previous versions listed, with `4.7.0` being the currently selected version which provides the specific details of this class."],["The class includes properties such as `DeidentifyStats`, providing stats about the de-identification operation, and `RequestedOptions`, showing the config used for de-identification, along with constructors for creating instances."],["The webpage includes inherited members from the base object, such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]