Class: Google::Apis::OsconfigV1::OsPolicyResourcePackageResourceGooGet
- Inherits:
-
Object
- Object
- Google::Apis::OsconfigV1::OsPolicyResourcePackageResourceGooGet
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/osconfig_v1/classes.rb,
lib/google/apis/osconfig_v1/representations.rb,
lib/google/apis/osconfig_v1/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.
2313 2314 2315 |
# File 'lib/google/apis/osconfig_v1/classes.rb', line 2313 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
Required. Package name.
Corresponds to the JSON property name
2311 2312 2313 |
# File 'lib/google/apis/osconfig_v1/classes.rb', line 2311 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2318 2319 2320 |
# File 'lib/google/apis/osconfig_v1/classes.rb', line 2318 def update!(**args) @name = args[:name] if args.key?(:name) end |