Class: Google::Apis::DlpV2::GooglePrivacyDlpV2Conditions
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DlpV2::GooglePrivacyDlpV2Conditions
 
 
- 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
- 
  
    
      #conditions  ⇒ Array<Google::Apis::DlpV2::GooglePrivacyDlpV2Condition> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Corresponds to the JSON property
conditions. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GooglePrivacyDlpV2Conditions 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GooglePrivacyDlpV2Conditions.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2Conditions
Returns a new instance of GooglePrivacyDlpV2Conditions
      828 829 830  | 
    
      # File 'generated/google/apis/dlp_v2/classes.rb', line 828 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#conditions ⇒ Array<Google::Apis::DlpV2::GooglePrivacyDlpV2Condition>
Corresponds to the JSON property conditions
      826 827 828  | 
    
      # File 'generated/google/apis/dlp_v2/classes.rb', line 826 def conditions @conditions end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      833 834 835  | 
    
      # File 'generated/google/apis/dlp_v2/classes.rb', line 833 def update!(**args) @conditions = args[:conditions] if args.key?(:conditions) end  |