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 latest version of the `HybridContentItem` class is 4.16.0, which can be found in the Google.Cloud.Dlp.V2 namespace."],["This webpage provides access to various versions of the `HybridContentItem` class, ranging from version 2.15.0 to 4.16.0, allowing for review of the evolution of the class."],["The `HybridContentItem` class represents an individual item for inspection and is designed for temporary storage during processing, inheriting from Object and implementing several interfaces such as IMessage, IEquatable, and IDeepCloneable."],["The `HybridContentItem` class has two properties, `FindingDetails`, which contains supplemental information about findings, and `Item`, which contains the content item to be inspected."],["The `HybridContentItem` class has two constructors: one default constructor and one that accepts another `HybridContentItem` object as a parameter."]]],[]]