Class: Google::Apis::ContaineranalysisV1beta1::ExportSbomRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ContaineranalysisV1beta1::ExportSbomRequest
 
 
- Includes:
 - Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/containeranalysis_v1beta1/classes.rb,
lib/google/apis/containeranalysis_v1beta1/representations.rb,
lib/google/apis/containeranalysis_v1beta1/representations.rb 
Overview
The request to a call of ExportSBOM
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ExportSbomRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ExportSbomRequest.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ ExportSbomRequest
Returns a new instance of ExportSbomRequest.
      3508 3509 3510  | 
    
      # File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3508 def initialize(**args) update!(**args) end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      3513 3514  | 
    
      # File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3513 def update!(**args) end  |