public sealed class StorageMetadataLabel : IMessage<StorageMetadataLabel>, IEquatable<StorageMetadataLabel>, IDeepCloneable<StorageMetadataLabel>, IBufferMessage, IMessage
Storage metadata label to indicate which metadata entry contains findings.
[[["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 webpage provides documentation for the `StorageMetadataLabel` class within the `Google.Cloud.Dlp.V2` namespace, specifically highlighting version 3.4.0."],["The `StorageMetadataLabel` class is a sealed class used to indicate which metadata entry contains findings and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page outlines the class's inheritance from `Object` and lists inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It details the `StorageMetadataLabel` class constructors, including a default constructor and a copy constructor that accepts another `StorageMetadataLabel` instance as a parameter."],["The `Key` property of the `StorageMetadataLabel` class is defined as a `string` type, providing the key of the storage metadata."]]],[]]