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."],[[["The webpage details the `HybridContentItem` class within the `Google.Cloud.Dlp.V2` namespace, which is designed for inspecting individual hybrid items and storing them temporarily during processing."],["This class, `HybridContentItem`, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing a variety of capabilities for the item."],["The latest version available is 4.16.0, and the page also lists several previous versions of the `HybridContentItem`, going as far back as version 2.15.0."],["`HybridContentItem` has two constructors, a default constructor and a constructor that takes another `HybridContentItem` as a parameter to aid in object duplication."],["The class includes two properties, `FindingDetails` and `Item`, to manage supplementary information and the actual content to inspect, respectively, within the context of hybrid content processing."]]],[]]