Class: Google::Apis::DlpV2::GooglePrivacyDlpV2RecordSuppression
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2RecordSuppression
- 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
Configuration to suppress records whose suppression conditions evaluate to true.
Instance Attribute Summary collapse
-
#condition ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2RecordCondition
A condition for determining whether a transformation should be applied to a field.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2RecordSuppression
constructor
A new instance of GooglePrivacyDlpV2RecordSuppression.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2RecordSuppression
Returns a new instance of GooglePrivacyDlpV2RecordSuppression.
5004 5005 5006 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 5004 def initialize(**args) update!(**args) end |
Instance Attribute Details
#condition ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2RecordCondition
A condition for determining whether a transformation should be applied to a
field.
Corresponds to the JSON property condition
5002 5003 5004 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 5002 def condition @condition end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5009 5010 5011 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 5009 def update!(**args) @condition = args[:condition] if args.key?(:condition) end |