Class: Google::Cloud::Dlp::V2::KeyValueMetadataProperty
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::KeyValueMetadataProperty
- 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
-
#key ⇒ ::String
The key of the property.
-
#value ⇒ ::String
The value of the property.
Instance Attribute Details
#key ⇒ ::String
Returns 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.
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 |