Google Cloud Security Command Center v1 API - Class Label (3.20.0)

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.

Inheritance

object > Label

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

Label()

public Label()

Label(Label)

public Label(Label other)
Parameter
NameDescription
otherLabel

Properties

Name

public string Name { get; set; }

Name of the label.

Property Value
TypeDescription
string

Value

public string Value { get; set; }

Value that corresponds to the label's name.

Property Value
TypeDescription
string