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 `ByteContentItem` class is a container for byte data intended for inspection or redaction, residing within the `Google.Cloud.Dlp.V2` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffered operations."],["The `ByteContentItem` class offers two constructors, one default and one that accepts another `ByteContentItem` instance for copying, providing flexibility in object creation."],["It includes two properties: `Data`, a `ByteString` representing the actual content data, and `Type`, specifying the format of the byte data, with a default of `TEXT_UTF8`."],["The documentation provided lists numerous versions of the `ByteContentItem` class, from 4.16.0 down to version 2.15.0, with 4.16.0 being the latest."]]],[]]