Class: Google::Apis::ContaineranalysisV1beta1::Environment
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ContaineranalysisV1beta1::Environment
 
 
- 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
Defines an object for the environment field in in-toto links. The suggested fields are "variables", "filesystem", and "workdir".
Instance Attribute Summary collapse
- 
  
    
      #custom_values  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Corresponds to the JSON property
customValues. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ Environment 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of Environment.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ Environment
Returns a new instance of Environment.
      3494 3495 3496  | 
    
      # File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3494 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#custom_values ⇒ Hash<String,String>
Corresponds to the JSON property customValues
      3492 3493 3494  | 
    
      # File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3492 def custom_values @custom_values end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      3499 3500 3501  | 
    
      # File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3499 def update!(**args) @custom_values = args[:custom_values] if args.key?(:custom_values) end  |