Security Command Center v2 API - Class Label (1.0.0-beta03)

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.

Inheritance

object > Label

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

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