public sealed class NameValuePair : IMessage<NameValuePair>, IEquatable<NameValuePair>, IDeepCloneable<NameValuePair>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class NameValuePair.
A name-value pair representing an attribute entry usable in a list of attributes.
Implements
IMessageNameValuePair, IEquatableNameValuePair, IDeepCloneableNameValuePair, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
NameValuePair()
public NameValuePair()NameValuePair(NameValuePair)
public NameValuePair(NameValuePair other)| Parameter | |
|---|---|
| Name | Description |
other |
NameValuePair |
Properties
Key
public string Key { get; set; }Required. The name of the property entry.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Value
public string Value { get; set; }Required. The value of the property entry.
| Property Value | |
|---|---|
| Type | Description |
string |
|