class Google::Apis::ContaineranalysisV1beta1::Environment
Defines an object for the environment field in in-toto links. The suggested fields are “variables”, “filesystem”, and “workdir”.
Attributes
custom_values[RW]
Corresponds to the JSON property `customValues` @return [Hash<String,String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/containeranalysis_v1beta1/classes.rb, line 1209 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/containeranalysis_v1beta1/classes.rb, line 1214 def update!(**args) @custom_values = args[:custom_values] if args.key?(:custom_values) end