class Google::Apis::DlpV2::GooglePrivacyDlpV2HybridContentItem
An individual hybrid item to inspect. Will be stored temporarily during processing.
Attributes
finding_details[RW]
Populate to associate additional data with each finding. Corresponds to the JSON property `findingDetails` @return [Google::Apis::DlpV2::GooglePrivacyDlpV2HybridFindingDetails]
item[RW]
Container structure for the content to inspect. Corresponds to the JSON property `item` @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 2682 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 2687 def update!(**args) @finding_details = args[:finding_details] if args.key?(:finding_details) @item = args[:item] if args.key?(:item) end