Class: Google::Cloud::Dlp::V2::ContentMetadata

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

Overview

Metadata on content to be scanned.

Instance Attribute Summary collapse

Instance Attribute Details

#properties::Array<::Google::Cloud::Dlp::V2::KeyValueMetadataProperty>

Returns User provided key-value pairs of content metadata.

Returns:



515
516
517
518
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 515

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