Class: Google::Apis::DlpV2::GooglePrivacyDlpV2LeaveUntransformed
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DlpV2::GooglePrivacyDlpV2LeaveUntransformed
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/dlp_v2/classes.rb,
lib/google/apis/dlp_v2/representations.rb,
lib/google/apis/dlp_v2/representations.rb 
Overview
Skips the data without modifying it if the requested transformation would
cause an error. For example, if a DateShift transformation were applied an
an IP address, this mode would leave the IP address unchanged in the response.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GooglePrivacyDlpV2LeaveUntransformed 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GooglePrivacyDlpV2LeaveUntransformed.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2LeaveUntransformed
Returns a new instance of GooglePrivacyDlpV2LeaveUntransformed.
      6565 6566 6567  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 6565 def initialize(**args) update!(**args) end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      6570 6571  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 6570 def update!(**args) end  |