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 information for the `DeidentifyDataSourceDetails` class within the Google Cloud Data Loss Prevention v2 API, specifically for .NET development."],["The `DeidentifyDataSourceDetails` class represents the results of a de-identification action performed by an inspect job, as implemented from the `IMessage` interface and other related interfaces."],["The document details the inheritance structure of `DeidentifyDataSourceDetails`, listing its implemented interfaces and inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["It also includes information on the class's constructors, allowing for the creation of new `DeidentifyDataSourceDetails` objects either with a default constructor, or with a parameter of the same class to be copied."],["The properties `DeidentifyStats` and `RequestedOptions` are described, which provide statistics and configuration details respectively, related to the de-identification process, as part of the `DeidentifyDataSourceDetails` class."]]],[]]