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 latest version of the Google Cloud Security Center v1 API class Label is 3.24.0, with multiple previous versions also available for reference, ranging down to version 2.2.0."],["The Label class represents a generic name-value label, with properties for both the label's name and value."],["The Label class is implemented within the namespace Google.Cloud.SecurityCenter.V1 and is contained in the assembly Google.Cloud.SecurityCenter.V1.dll."],["The Label class implements multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["There are two constructors for the label class, a default constructor, and a copy constructor."]]],[]]