Class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2RecordSuppression
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2RecordSuppression
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2beta2/classes.rb,
generated/google/apis/dlp_v2beta2/representations.rb,
generated/google/apis/dlp_v2beta2/representations.rb
Overview
Configuration to suppress records whose suppression conditions evaluate to true.
Instance Attribute Summary collapse
-
#condition ⇒ Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2RecordCondition
A condition for determining whether a transformation should be applied to a field.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2beta2RecordSuppression
constructor
A new instance of GooglePrivacyDlpV2beta2RecordSuppression.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2beta2RecordSuppression
Returns a new instance of GooglePrivacyDlpV2beta2RecordSuppression
5186 5187 5188 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 5186 def initialize(**args) update!(**args) end |
Instance Attribute Details
#condition ⇒ Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2RecordCondition
A condition for determining whether a transformation should be applied to
a field.
Corresponds to the JSON property condition
5184 5185 5186 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 5184 def condition @condition end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5191 5192 5193 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 5191 def update!(**args) @condition = args[:condition] if args.key?(:condition) end |