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 document provides reference documentation for the `DeidentifyDataSourceDetails` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically for .NET."],["The `DeidentifyDataSourceDetails` class represents the results of a de-identification action from an inspect job, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `DeidentifyStats` which provides statistics about the de-identification operation, and `RequestedOptions`, which configures the request."],["The document lists several available versions of the `DeidentifyDataSourceDetails` class, ranging from version 2.15.0 up to the latest 4.16.0."],["The document shows that the class has two constructors, one default and one that takes in the class as a parameter, and also shows the object class it inherits from and the members it inherits."]]],[]]