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
| 723 724 725 | # File 'generated/google/apis/dlp_v2/classes.rb', line 723 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#conditions ⇒ Array<Google::Apis::DlpV2::GooglePrivacyDlpV2Condition>
Corresponds to the JSON property conditions
| 721 722 723 | # File 'generated/google/apis/dlp_v2/classes.rb', line 721 def conditions @conditions end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 728 729 730 | # File 'generated/google/apis/dlp_v2/classes.rb', line 728 def update!(**args) @conditions = args[:conditions] if args.key?(:conditions) end |