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 page details the `HybridContentItem` class, which is used for inspecting individual hybrid items within the `Google.Cloud.Dlp.V2` namespace."],["It provides a list of available versions of the `HybridContentItem`, ranging from version 4.16.0 (latest) down to version 2.15.0."],["`HybridContentItem` is derived from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `HybridContentItem` class includes properties such as `FindingDetails` of type `HybridFindingDetails` and `Item` of type `ContentItem`, with documentation of both."],["There are two constructors provided for `HybridContentItem`, one as a default constructor and the other taking in another `HybridContentItem` as a parameter."]]],[]]