class Google::Apis::ContaineranalysisV1beta1::GrafeasV1beta1IntotoArtifact

Attributes

hashes[RW]

Defines a hash object for use in Materials and Products. Corresponds to the JSON property `hashes` @return [Google::Apis::ContaineranalysisV1beta1::ArtifactHashes]

resource_uri[RW]

Corresponds to the JSON property `resourceUri` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/containeranalysis_v1beta1/classes.rb, line 1800
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 1805
def update!(**args)
  @hashes = args[:hashes] if args.key?(:hashes)
  @resource_uri = args[:resource_uri] if args.key?(:resource_uri)
end