public sealed class ByteContentItem : IMessage<ByteContentItem>, IEquatable<ByteContentItem>, IDeepCloneable<ByteContentItem>, 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-04-09 UTC."],[[["The webpage provides documentation for the `ByteContentItem` class within the `Google.Cloud.Dlp.V2` namespace, which is used to manage byte data for inspection or redaction."],["This page specifically covers version 3.3.0 of the `ByteContentItem` class, but it also provides a comprehensive list of versions ranging from 2.15.0 up to the latest version 4.16.0, enabling access to documentation for a range of different releases."],["The `ByteContentItem` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending it with additional capabilities."],["The `ByteContentItem` class contains two key properties: `Data`, which holds the content data as a `ByteString`, and `Type`, which specifies the type of data within the bytes string."]]],[]]