Class: Google::Privacy::Dlp::V2::RecordSuppression
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::RecordSuppression
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
 
Overview
Configuration to suppress records whose suppression conditions evaluate to true.
Instance Attribute Summary collapse
- 
  
    
      #condition  ⇒ Google::Privacy::Dlp::V2::RecordCondition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content.
 
Instance Attribute Details
#condition ⇒ Google::Privacy::Dlp::V2::RecordCondition
Returns A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content.
      1540  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1540 class RecordSuppression; end  |