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 .NET development."],["The `DeidentifyDataSourceDetails` class represents the results of a de-identification action from an inspect job and is part of the `Google.Cloud.Dlp.V2` namespace."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities like message handling, object comparison, and cloning."],["The class includes properties like `DeidentifyStats` for operation statistics and `RequestedOptions` for the de-identification configuration, along with constructors for creating instances."],["The document also contains a version history of this class, which ranges from version 2.15.0 all the way up to the latest 4.16.0, which is a list of the available versions."]]],[]]