class Google::Apis::ContaineranalysisV1::Material
Attributes
digest[RW]
Corresponds to the JSON property ‘digest` @return [Hash<String,String>]
uri[RW]
Corresponds to the JSON property ‘uri` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/containeranalysis_v1/classes.rb, line 3363 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_v1/classes.rb, line 3368 def update!(**args) @digest = args[:digest] if args.key?(:digest) @uri = args[:uri] if args.key?(:uri) end