Class: Google::Privacy::Dlp::V2::ReplaceValueConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::ReplaceValueConfig
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
 
Overview
Replace each input value with a given +Value+.
Instance Attribute Summary collapse
- 
  
    
      #new_value  ⇒ Google::Privacy::Dlp::V2::Value 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Value to replace it with.
 
Instance Attribute Details
#new_value ⇒ Google::Privacy::Dlp::V2::Value
Returns Value to replace it with.
      1180  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1180 class ReplaceValueConfig; end  |