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 page provides documentation for the `Label` class within the Google Cloud Security Command Center v1 API, with the latest version being 3.24.0."],["`Label` is a class representing a generic name-value pair, designed to support filtering operations using the `contains()` function."],["The documentation lists all available versions of the `Label` class, from version 2.2.0 up to the current latest, 3.24.0, with each version providing a unique link."],["The `Label` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The `Label` class has a constructor that can be used to create new instances, and it has two string properties, `Name` and `Value`, to allow the storage and management of the name-value label pair."]]],[]]