public sealed class KeyValueMetadataProperty : IMessage<KeyValueMetadataProperty>, IEquatable<KeyValueMetadataProperty>, IDeepCloneable<KeyValueMetadataProperty>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class KeyValueMetadataProperty.
A key-value pair in the Metadata.
Implements
IMessageKeyValueMetadataProperty, IEquatableKeyValueMetadataProperty, IDeepCloneableKeyValueMetadataProperty, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
KeyValueMetadataProperty()
public KeyValueMetadataProperty()KeyValueMetadataProperty(KeyValueMetadataProperty)
public KeyValueMetadataProperty(KeyValueMetadataProperty other)| Parameter | |
|---|---|
| Name | Description |
other |
KeyValueMetadataProperty |
Properties
Key
public string Key { get; set; }The key of the property.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Value
public string Value { get; set; }The value of the property.
| Property Value | |
|---|---|
| Type | Description |
string |
|