public sealed class InspectContentResponse : IMessage<InspectContentResponse>, IEquatable<InspectContentResponse>, IDeepCloneable<InspectContentResponse>, IBufferMessage, IMessage
[[["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."],[[["The webpage provides documentation for the `InspectContentResponse` class within the `Google.Cloud.Dlp.V2` namespace, which is used to present the results of inspecting an item."],["Version 4.16.0 is the latest version documented, and there are various other versions available, ranging from 4.15.0 down to 2.15.0, including version 3.5.0 in particular."],["The `InspectContentResponse` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `InspectContentResponse` class has a property named `Result` of type `InspectResult`, which contains the actual findings of the inspection process."],["The documentation includes details on two constructors for the `InspectContentResponse` class: a parameterless constructor and one that accepts another `InspectContentResponse` instance."]]],[]]