Class: Google::Apis::OsconfigV1alpha::OsPolicyResourcePackageResourceGooGet
- Inherits:
-
Object
- Object
- Google::Apis::OsconfigV1alpha::OsPolicyResourcePackageResourceGooGet
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/osconfig_v1alpha/classes.rb,
lib/google/apis/osconfig_v1alpha/representations.rb,
lib/google/apis/osconfig_v1alpha/representations.rb
Overview
A package managed by GooGet. - install: googet -noconfirm install package -
remove: googet -noconfirm remove package
Instance Attribute Summary collapse
-
#name ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OsPolicyResourcePackageResourceGooGet
constructor
A new instance of OsPolicyResourcePackageResourceGooGet.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OsPolicyResourcePackageResourceGooGet
Returns a new instance of OsPolicyResourcePackageResourceGooGet.
1737 1738 1739 |
# File 'lib/google/apis/osconfig_v1alpha/classes.rb', line 1737 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
Required. Package name.
Corresponds to the JSON property name
1735 1736 1737 |
# File 'lib/google/apis/osconfig_v1alpha/classes.rb', line 1735 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1742 1743 1744 |
# File 'lib/google/apis/osconfig_v1alpha/classes.rb', line 1742 def update!(**args) @name = args[:name] if args.key?(:name) end |