public sealed class Label : IMessage<Label>, IEquatable<Label>, IDeepCloneable<Label>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 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-06-12 UTC."],[[["The `Label` class in the Security Command Center v2 API represents a generic name-value label, supporting filtering with the `contains()` function."],["The `Label` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as `IMessage\u003cLabel\u003e`."],["The latest version of the `Label` class is 1.1.0, with an older version available at 1.0.0."],["The `Label` class has two constructors: a default constructor `Label()` and a copy constructor `Label(Label other)`."],["The `Label` class includes two properties, `Name` and `Value`, both of which are strings and are used to define the label's name and corresponding value."]]],[]]