Class: Google::Apis::DlpV2::GooglePrivacyDlpV2RedactConfig
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2RedactConfig
- 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
Redact a given value. For example, if used with an InfoTypeTransformation
transforming PHONE_NUMBER, and input 'My phone number is 206-555-0123', the
output would be 'My phone number is '.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2RedactConfig
constructor
A new instance of GooglePrivacyDlpV2RedactConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2RedactConfig
Returns a new instance of GooglePrivacyDlpV2RedactConfig.
8478 8479 8480 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 8478 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8483 8484 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 8483 def update!(**args) end |