Class: Google::Apis::DlpV2::GooglePrivacyDlpV2ReplaceWithInfoTypeConfig
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2ReplaceWithInfoTypeConfig
- 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
Replace each matching finding with the name of the info_type.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2ReplaceWithInfoTypeConfig
constructor
A new instance of GooglePrivacyDlpV2ReplaceWithInfoTypeConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2ReplaceWithInfoTypeConfig
Returns a new instance of GooglePrivacyDlpV2ReplaceWithInfoTypeConfig
4813 4814 4815 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 4813 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4818 4819 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 4818 def update!(**args) end |