public sealed class Label : IMessage<Label>, IEquatable<Label>, IDeepCloneable<Label>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Label.
Represents a generic name-value label. A label has separate name and value
fields to support filtering with the contains() function. For more
information, see Filtering on array-type
fields.
[[["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-08-04 UTC."],[[["The webpage provides documentation for the `Label` class within the Google Cloud Security Center v1 API, spanning versions from 2.2.0 to the latest 3.24.0."],["The `Label` class, part of the `Google.Cloud.SecurityCenter.V1` namespace, is designed to represent generic name-value labels used for filtering."],["This `Label` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending functionality for data handling, equality checks, and deep cloning."],["The `Label` class includes two main properties: `Name`, representing the label's name as a string, and `Value`, representing the corresponding value as a string."],["There are two constructors provided for the `Label` class, one being an empty constructor, and another that takes a `Label` object to be the parameter."]]],[]]