Class: Google::Apis::GkehubV1::PolicyControllerTemplateLibraryConfig
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1::PolicyControllerTemplateLibraryConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v1/classes.rb,
lib/google/apis/gkehub_v1/representations.rb,
lib/google/apis/gkehub_v1/representations.rb
Overview
The config specifying which default library templates to install.
Instance Attribute Summary collapse
-
#included ⇒ Boolean
(also: #included?)
Whether the standard template library should be installed or not.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PolicyControllerTemplateLibraryConfig
constructor
A new instance of PolicyControllerTemplateLibraryConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PolicyControllerTemplateLibraryConfig
Returns a new instance of PolicyControllerTemplateLibraryConfig.
2447 2448 2449 |
# File 'lib/google/apis/gkehub_v1/classes.rb', line 2447 def initialize(**args) update!(**args) end |
Instance Attribute Details
#included ⇒ Boolean Also known as: included?
Whether the standard template library should be installed or not.
Corresponds to the JSON property included
2444 2445 2446 |
# File 'lib/google/apis/gkehub_v1/classes.rb', line 2444 def included @included end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2452 2453 2454 |
# File 'lib/google/apis/gkehub_v1/classes.rb', line 2452 def update!(**args) @included = args[:included] if args.key?(:included) end |