Class: Google::Apis::OndemandscanningV1::AnalyzePackagesResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::OndemandscanningV1::AnalyzePackagesResponse
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/ondemandscanning_v1/classes.rb,
lib/google/apis/ondemandscanning_v1/representations.rb,
lib/google/apis/ondemandscanning_v1/representations.rb 
Overview
AnalyzePackagesResponse contains the information necessary to find results for the given scan.
Instance Attribute Summary collapse
- 
  
    
      #scan  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the scan resource created by this successful scan.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ AnalyzePackagesResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of AnalyzePackagesResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ AnalyzePackagesResponse
Returns a new instance of AnalyzePackagesResponse.
      166 167 168  | 
    
      # File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 166 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#scan ⇒ String
The name of the scan resource created by this successful scan.
Corresponds to the JSON property scan
      164 165 166  | 
    
      # File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 164 def scan @scan end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      171 172 173  | 
    
      # File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 171 def update!(**args) @scan = args[:scan] if args.key?(:scan) end  |