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."],[[["This webpage provides documentation for the `Label` class within the Google Cloud Security Command Center v1 API, detailing its structure and functionality."],["The latest version of the API documented is 3.24.0, with a list of available versions ranging from 3.24.0 down to 2.2.0, each linked to its respective documentation."],["The `Label` class is used to represent a generic name-value pair and is designed to support filtering, with separate fields for `Name` and `Value`."],["The `Label` class inherits from `object` and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document provides information about the constructors of the class, as well as the get and set properties `Name` and `Value`, both of type string."]]],[]]