Class: Google::Apis::DlpV2::GooglePrivacyDlpV2RecordSuppression

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2RecordSuppression

Returns a new instance of GooglePrivacyDlpV2RecordSuppression



4527
4528
4529
# File 'generated/google/apis/dlp_v2/classes.rb', line 4527

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#conditionGoogle::Apis::DlpV2::GooglePrivacyDlpV2RecordCondition

A condition for determining whether a transformation should be applied to a field. Corresponds to the JSON property condition



4525
4526
4527
# File 'generated/google/apis/dlp_v2/classes.rb', line 4525

def condition
  @condition
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4532
4533
4534
# File 'generated/google/apis/dlp_v2/classes.rb', line 4532

def update!(**args)
  @condition = args[:condition] if args.key?(:condition)
end