public sealed class Label : IMessage<Label>, IEquatable<Label>, IDeepCloneable<Label>, IBufferMessage, IMessageReference 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.
Namespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
Label()
public Label()Label(Label)
public Label(Label other)| Parameter | |
|---|---|
| Name | Description |
other |
Label |
Properties
Name
public string Name { get; set; }Name of the label.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Value
public string Value { get; set; }Value that corresponds to the label's name.
| Property Value | |
|---|---|
| Type | Description |
string |
|