class Google::Apis::ContaineranalysisV1beta1::ArtifactHashes
Defines a hash object for use in Materials and Products.
Attributes
sha256[RW]
Corresponds to the JSON property `sha256` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/containeranalysis_v1beta1/classes.rb, line 96 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 101 def update!(**args) @sha256 = args[:sha256] if args.key?(:sha256) end