class Google::Apis::DlpV2::GooglePrivacyDlpV2RequestedRiskAnalysisOptions

Risk analysis options.

Attributes

job_config[RW]

Configuration for a risk analysis job. See cloud.google.com/dlp/docs/ concepts-risk-analysis to learn more. Corresponds to the JSON property `jobConfig` @return [Google::Apis::DlpV2::GooglePrivacyDlpV2RiskAnalysisJobConfig]

Public Class Methods

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