class Google::Apis::ContaineranalysisV1beta1::GrafeasV1beta1PackageDetails
Details
of a package occurrence.
Attributes
installation[RW]
This represents how a particular software package may be installed on a system. Corresponds to the JSON property `installation` @return [Google::Apis::ContaineranalysisV1beta1::Installation]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/containeranalysis_v1beta1/classes.rb, line 1872 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 1877 def update!(**args) @installation = args[:installation] if args.key?(:installation) end