Class: Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1ReplaceWithInfoTypeConfig
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1ReplaceWithInfoTypeConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2beta1/classes.rb,
generated/google/apis/dlp_v2beta1/representations.rb,
generated/google/apis/dlp_v2beta1/representations.rb
Overview
Replace each matching finding with the name of the info_type.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1ReplaceWithInfoTypeConfig
constructor
A new instance of GooglePrivacyDlpV2beta1ReplaceWithInfoTypeConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1ReplaceWithInfoTypeConfig
Returns a new instance of GooglePrivacyDlpV2beta1ReplaceWithInfoTypeConfig
3114 3115 3116 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 3114 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3119 3120 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 3119 def update!(**args) end |