public sealed class Label : IMessage<Label>, IEquatable<Label>, IDeepCloneable<Label>, IBufferMessage, IMessageReference documentation and code samples for the Database Center v1beta API class Label.
Label is a key value pair applied to a resource.
Namespace
Google.Cloud.DatabaseCenter.V1BetaAssembly
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 |
|