Class: Google::Apis::DlpV2::GooglePrivacyDlpV2Conditions

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

A collection of conditions.

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) ⇒ GooglePrivacyDlpV2Conditions

Returns a new instance of GooglePrivacyDlpV2Conditions.



961
962
963
# File 'generated/google/apis/dlp_v2/classes.rb', line 961

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

Instance Attribute Details

#conditionsArray<Google::Apis::DlpV2::GooglePrivacyDlpV2Condition>

A collection of conditions. Corresponds to the JSON property conditions



959
960
961
# File 'generated/google/apis/dlp_v2/classes.rb', line 959

def conditions
  @conditions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



966
967
968
# File 'generated/google/apis/dlp_v2/classes.rb', line 966

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