class Google::Apis::DlpV2::GooglePrivacyDlpV2HybridInspectDlpJobRequest

Request to search for potentially sensitive info in a custom location.

Attributes

hybrid_item[RW]

An individual hybrid item to inspect. Will be stored temporarily during processing. Corresponds to the JSON property `hybridItem` @return [Google::Apis::DlpV2::GooglePrivacyDlpV2HybridContentItem]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 2758
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 2763
def update!(**args)
  @hybrid_item = args[:hybrid_item] if args.key?(:hybrid_item)
end