Google Cloud Security Command Center v1 API - Class Label (3.6.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.

Label represents a generic name=value label. Label has separate name and value fields to support filtering with contains().

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; }

Label name.

Property Value
TypeDescription
String

Value

public string Value { get; set; }

Label value.

Property Value
TypeDescription
String