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-03-24 UTC."],[[["The latest version of the `ByteContentItem` class is 4.16.0, while this page specifically documents version 3.4.0."],["`ByteContentItem` is a class in the `Google.Cloud.Dlp.V2` namespace and the `Google.Cloud.Dlp.V2.dll` assembly, designed to contain byte data for inspection or redaction."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` enabling it to work with other systems."],["The `ByteContentItem` class provides two constructors and two properties, `Data` which holds the data as a `ByteString`, and `Type` which defines the type of data."],["The `ByteContentItem` class inherits from the base .NET `Object` class, and thus inherits base members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]