public sealed class DeidentifyContentResponse : IMessage<DeidentifyContentResponse>, IEquatable<DeidentifyContentResponse>, IDeepCloneable<DeidentifyContentResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DeidentifyContentResponse.
[[["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 `DeidentifyContentResponse` class within the Google Cloud Data Loss Prevention v2 API, specifically for .NET."],["The `DeidentifyContentResponse` class represents the result of de-identifying content and is available in multiple versions, with version 4.16.0 being the most recent."],["The class includes properties like `Item` (the de-identified content) and `Overview` (changes made to the item), both of which have their own specific types."],["This class has multiple constructors, one being default and the other used to create a new instance from an existing `DeidentifyContentResponse` object."],["The `DeidentifyContentResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]