Class: Google::Apis::DlpV2::GooglePrivacyDlpV2RequestedRiskAnalysisOptions
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2RequestedRiskAnalysisOptions
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2/classes.rb,
generated/google/apis/dlp_v2/representations.rb,
generated/google/apis/dlp_v2/representations.rb
Overview
Risk analysis options.
Instance Attribute Summary collapse
-
#job_config ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2RiskAnalysisJobConfig
Configuration for a risk analysis job.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2RequestedRiskAnalysisOptions
constructor
A new instance of GooglePrivacyDlpV2RequestedRiskAnalysisOptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2RequestedRiskAnalysisOptions
Returns a new instance of GooglePrivacyDlpV2RequestedRiskAnalysisOptions.
5319 5320 5321 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 5319 def initialize(**args) update!(**args) end |
Instance Attribute Details
#job_config ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2RiskAnalysisJobConfig
Configuration for a risk analysis job. See https://cloud.google.com/dlp/docs/
concepts-risk-analysis to learn more.
Corresponds to the JSON property jobConfig
5317 5318 5319 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 5317 def job_config @job_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5324 5325 5326 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 5324 def update!(**args) @job_config = args[:job_config] if args.key?(:job_config) end |