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."],[[["This webpage provides documentation for the `ByteContentItem` class within the `Google.Cloud.Dlp.V2` namespace, which is used to contain bytes for inspection or redaction."],["The `ByteContentItem` class has two constructors, one default and one that takes another `ByteContentItem` as a parameter, and it includes properties for `Data` (ByteString) and `Type` (BytesType)."],["The class has a number of implemented interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the `Object` class."],["The webpage also lists a historical archive of versions of this document ranging from 4.16.0 (latest) down to 2.15.0."]]],[]]