Class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectContentResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DlpV2::GooglePrivacyDlpV2InspectContentResponse
 
 
- 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
Results of inspecting an item.
Instance Attribute Summary collapse
- 
  
    
      #result  ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2InspectResult 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
All the findings for a single scanned item.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GooglePrivacyDlpV2InspectContentResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GooglePrivacyDlpV2InspectContentResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2InspectContentResponse
Returns a new instance of GooglePrivacyDlpV2InspectContentResponse.
      5714 5715 5716  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 5714 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#result ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2InspectResult
All the findings for a single scanned item.
Corresponds to the JSON property result
      5712 5713 5714  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 5712 def result @result end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      5719 5720 5721  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 5719 def update!(**args) @result = args[:result] if args.key?(:result) end  |