Class: Google::Apis::DlpV2::GooglePrivacyDlpV2ActionDetails
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2ActionDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dlp_v2/classes.rb,
lib/google/apis/dlp_v2/representations.rb,
lib/google/apis/dlp_v2/representations.rb
Overview
The results of an Action.
Instance Attribute Summary collapse
-
#deidentify_details ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyDataSourceDetails
The results of a Deidentify action from an inspect job.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2ActionDetails
constructor
A new instance of GooglePrivacyDlpV2ActionDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2ActionDetails
Returns a new instance of GooglePrivacyDlpV2ActionDetails.
127 128 129 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 127 def initialize(**args) update!(**args) end |
Instance Attribute Details
#deidentify_details ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyDataSourceDetails
The results of a Deidentify action from an inspect job.
Corresponds to the JSON property deidentifyDetails
125 126 127 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 125 def deidentify_details @deidentify_details end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
132 133 134 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 132 def update!(**args) @deidentify_details = args[:deidentify_details] if args.key?(:deidentify_details) end |