class Google::Apis::ContaineranalysisV1beta1::GrafeasV1beta1ImageDetails
Details
of an image occurrence.
Attributes
derived_image[RW]
Derived
describes the derived image portion (Occurrence
) of the DockerImage relationship. This image would be produced from a Dockerfile with FROM . Corresponds to the JSON property `derivedImage` @return [Google::Apis::ContaineranalysisV1beta1::Derived]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/containeranalysis_v1beta1/classes.rb, line 1776 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 1781 def update!(**args) @derived_image = args[:derived_image] if args.key?(:derived_image) end