class Google::Apis::GkehubV1::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_v1/classes.rb, line 684
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_v1/classes.rb, line 689
def update!(**args)
  @extension = args[:extension] if args.key?(:extension)
  @hnc = args[:hnc] if args.key?(:hnc)
end