class Google::Apis::GkehubV1alpha2::MembershipState
MembershipState
describes the state of a Membership
resource.
Attributes
code[RW]
Output only. The current state of the Membership
resource. Corresponds to the JSON property `code` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gkehub_v1alpha2/classes.rb, line 871 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_v1alpha2/classes.rb, line 876 def update!(**args) @code = args[:code] if args.key?(:code) end