class Google::Apis::GkehubV1alpha::ConfigManagementHierarchyControllerVersion
Version for Hierarchy Controller
Attributes
extension[RW]
Version for Hierarchy Controller extension Corresponds to the JSON property `extension` @return [String]
hnc[RW]
Version for open source HNC Corresponds to the JSON property `hnc` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gkehub_v1alpha/classes.rb, line 736 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/gkehub_v1alpha/classes.rb, line 741 def update!(**args) @extension = args[:extension] if args.key?(:extension) @hnc = args[:hnc] if args.key?(:hnc) end