Class: Google::Cloud::Dlp::V2::KeyValueMetadataLabel
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::KeyValueMetadataLabel
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
The metadata key that contains a finding.
Instance Attribute Summary collapse
-
#key ⇒ ::String
The metadata key.
Instance Attribute Details
#key ⇒ ::String
723 724 725 726 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 723 class KeyValueMetadataLabel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |