Class: Google::Privacy::Dlp::V2::DeidentifyContentResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::DeidentifyContentResponse
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
 
Overview
Results of de-identifying a ContentItem.
Instance Attribute Summary collapse
- 
  
    
      #item  ⇒ Google::Privacy::Dlp::V2::ContentItem 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The de-identified item.
 - 
  
    
      #overview  ⇒ Google::Privacy::Dlp::V2::TransformationOverview 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An overview of the changes that were made on the +item+.
 
Instance Attribute Details
#item ⇒ Google::Privacy::Dlp::V2::ContentItem
Returns The de-identified item.
      388  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 388 class DeidentifyContentResponse; end  | 
  
#overview ⇒ Google::Privacy::Dlp::V2::TransformationOverview
Returns An overview of the changes that were made on the +item+.
      388  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 388 class DeidentifyContentResponse; end  |