Google Cloud Data Loss Prevention v2 API - Class KeyValueMetadataProperty (4.24.0)

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

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class KeyValueMetadataProperty.

A key-value pair in the Metadata.

Inheritance

object > KeyValueMetadataProperty

Namespace

Google.Cloud.Dlp.V2

Assembly

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