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 v2 API, specifically for .NET development."],["The `DeidentifyDataSourceDetails` class represents the results of a de-identification action performed by an inspect job, which implements various interfaces for message handling, equality, cloning and buffering."],["The class offers two constructors for instantiation: a default constructor and one that accepts another `DeidentifyDataSourceDetails` instance for copying."],["Key properties of `DeidentifyDataSourceDetails` include `DeidentifyStats`, providing statistics about the de-identification operation, and `RequestedOptions`, detailing the de-identification configuration used."],["The document also provides the version history, covering the version range from 2.15.0 to the latest 4.16.0, with the current page detailing version 4.12.0."]]],[]]