class Google::Apis::ContainerV1beta1::AvailableVersion

Deprecated.

Attributes

reason[RW]

Reason for availability. Corresponds to the JSON property `reason` @return [String]

version[RW]

Kubernetes version. Corresponds to the JSON property `version` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/container_v1beta1/classes.rb, line 332
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/container_v1beta1/classes.rb, line 337
def update!(**args)
  @reason = args[:reason] if args.key?(:reason)
  @version = args[:version] if args.key?(:version)
end