class Google::Apis::ContaineranalysisV1beta1::ByProducts

Defines an object for the byproducts field in in-toto links. The suggested fields are “stderr”, “stdout”, and “return-value”.

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 550
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 555
def update!(**args)
  @custom_values = args[:custom_values] if args.key?(:custom_values)
end