class Google::Apis::DlpV2::GooglePrivacyDlpV2RecordSuppression

Configuration to suppress records whose suppression conditions evaluate to true.

Attributes

condition[RW]

A condition for determining whether a transformation should be applied to a field. Corresponds to the JSON property `condition` @return [Google::Apis::DlpV2::GooglePrivacyDlpV2RecordCondition]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 5017
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dlp_v2/classes.rb, line 5022
def update!(**args)
  @condition = args[:condition] if args.key?(:condition)
end