Oracle Database@Google Cloud v1 API - Class NameValuePair (1.6.0)

public sealed class NameValuePair : IMessage<NameValuePair>, IEquatable<NameValuePair>, IDeepCloneable<NameValuePair>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > NameValuePair

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

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