class Google::Apis::OsconfigV1beta::SoftwareRecipeStepInstallDpkg
Installs a deb via dpkg.
Attributes
artifact_id[RW]
Required. The id of the relevant artifact in the recipe. Corresponds to the JSON property `artifactId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/osconfig_v1beta/classes.rb, line 1974 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/osconfig_v1beta/classes.rb, line 1979 def update!(**args) @artifact_id = args[:artifact_id] if args.key?(:artifact_id) end