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."],[[["This webpage provides documentation for the `ByteContentItem` class within the `Google.Cloud.Dlp.V2` namespace, used for handling byte data in the Data Loss Prevention (DLP) API."],["The `ByteContentItem` class is a container for byte data intended for inspection or redaction, inheriting from the base `Object` class and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default constructor, and another that allows creating a `ByteContentItem` from an existing `ByteContentItem` object."],["Key properties of the `ByteContentItem` include `Data` which is the content data as a `ByteString` and `Type` that specifies the data type, defaulting to `TEXT_UTF8`."],["The webpage has a list of versions of this documentation, with 4.16.0 being the latest and 3.5.0 being the base version where the `ByteContentItem` is defined."]]],[]]