class Google::Apis::DlpV2::GooglePrivacyDlpV2Conditions
A collection of conditions.
Attributes
conditions[RW]
A collection of conditions. Corresponds to the JSON property `conditions` @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2Condition>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 928 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 933 def update!(**args) @conditions = args[:conditions] if args.key?(:conditions) end