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 for .NET, focusing on version 4.6.0."],["`DeidentifyDataSourceDetails` represents the results of a de-identification action from an inspect job, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one, and one that accepts another `DeidentifyDataSourceDetails` object as a parameter."],["It includes two properties: `DeidentifyStats`, which provides stats about the de-identification operation, and `RequestedOptions`, which contains the de-identification config used for the request."],["The page includes links to access previous versions, including the most recent version (4.16.0), down to version 2.15.0, of the documentation."]]],[]]