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