class Google::Apis::DlpV2::GooglePrivacyDlpV2MetadataLocation
Metadata Location
Attributes
storage_label[RW]
Storage metadata label to indicate which metadata entry contains findings. Corresponds to the JSON property `storageLabel` @return [Google::Apis::DlpV2::GooglePrivacyDlpV2StorageMetadataLabel]
type[RW]
Type of metadata containing the finding. Corresponds to the JSON property `type` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 4329 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dlp_v2/classes.rb, line 4334 def update!(**args) @storage_label = args[:storage_label] if args.key?(:storage_label) @type = args[:type] if args.key?(:type) end