Database Center v1beta 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 Database Center v1beta API class Label.

Label is a key value pair applied to a resource.

Inheritance

object > Label

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

Google.Cloud.DatabaseCenter.V1Beta.dll

Constructors

Label()

public Label()

Label(Label)

public Label(Label other)
Parameter
Name Description
other Label

Properties

Key

public string Key { get; set; }

The key part of the label.

Property Value
Type Description
string

Source

public string Source { get; set; }

The source of the Label. Source is empty if the label is directly attached to the resource and not inherited.

Property Value
Type Description
string

Value

public string Value { get; set; }

The value part of the label.

Property Value
Type Description
string