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."],[[["This webpage details the `InspectContentResponse` class, which is used to represent the results of inspecting an item within the Google Cloud Data Loss Prevention (DLP) API's version 2."],["The content includes a list of available versions for `InspectContentResponse`, ranging from the latest version 4.16.0 down to version 2.15.0, allowing users to view historical iterations."],["`InspectContentResponse` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, ensuring data integrity and providing deep clone capabilities."],["The `InspectContentResponse` class has a `Result` property of type `InspectResult`, which contains the actual findings from the inspection."],["The `InspectContentResponse` class has two constructors: a default constructor and one that takes another `InspectContentResponse` as a parameter."]]],[]]