Class: Google::Cloud::Dlp::V2::KeyValueMetadataProperty

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

A key-value pair in the Metadata.

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns The key of the property.

Returns:

  • (::String)

    The key of the property.



616
617
618
619
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 616

class KeyValueMetadataProperty
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#value::String

Returns The value of the property.

Returns:

  • (::String)

    The value of the property.



616
617
618
619
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 616

class KeyValueMetadataProperty
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end