class Google::Apis::DlpV2::GooglePrivacyDlpV2RecordCondition
A condition for determining whether a transformation should be applied to a field.
Attributes
expressions[RW]
An expression, consisting or an operator and conditions. Corresponds to the JSON property `expressions` @return [Google::Apis::DlpV2::GooglePrivacyDlpV2Expressions]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 4933 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 4938 def update!(**args) @expressions = args[:expressions] if args.key?(:expressions) end