class Google::Apis::DlpV2::GooglePrivacyDlpV2InspectDataSourceDetails

The results of an inspect DataSource job.

Attributes

requested_options[RW]

Snapshot of the inspection configuration. Corresponds to the JSON property `requestedOptions` @return [Google::Apis::DlpV2::GooglePrivacyDlpV2RequestedOptions]

result[RW]

All result fields mentioned below are updated while the job is processing. Corresponds to the JSON property `result` @return [Google::Apis::DlpV2::GooglePrivacyDlpV2Result]

Public Class Methods

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