public sealed class HybridContentItem : IMessage<HybridContentItem>, IEquatable<HybridContentItem>, IDeepCloneable<HybridContentItem>, IBufferMessage, IMessage
An individual hybrid item to inspect. Will be stored temporarily during
processing.
[[["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 provides documentation for the `HybridContentItem` class within the `Google.Cloud.Dlp.V2` namespace, specifically in the context of the .NET library."],["The `HybridContentItem` class represents an individual item for inspection and is designed for temporary storage during processing, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a version history of `HybridContentItem` ranging from version 2.15.0 to 4.16.0, with 4.16.0 being the most recent version."],["The `HybridContentItem` class includes two key properties: `FindingDetails`, which provides supplementary information for findings, and `Item`, which represents the content item to be inspected."],["There are two constructors available for `HybridContentItem`: one is the default empty constructor, and the other accepts another `HybridContentItem` as a parameter to create a copy."]]],[]]