Class: Google::Apis::GkehubV1beta::AppDevExperienceFeatureState
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1beta::AppDevExperienceFeatureState
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v1beta/classes.rb,
lib/google/apis/gkehub_v1beta/representations.rb,
lib/google/apis/gkehub_v1beta/representations.rb
Overview
State for App Dev Exp Feature.
Instance Attribute Summary collapse
-
#networking_install_succeeded ⇒ Google::Apis::GkehubV1beta::Status
Status specifies state for the subcomponent.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppDevExperienceFeatureState
constructor
A new instance of AppDevExperienceFeatureState.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppDevExperienceFeatureState
Returns a new instance of AppDevExperienceFeatureState.
102 103 104 |
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 102 def initialize(**args) update!(**args) end |
Instance Attribute Details
#networking_install_succeeded ⇒ Google::Apis::GkehubV1beta::Status
Status specifies state for the subcomponent.
Corresponds to the JSON property networkingInstallSucceeded
100 101 102 |
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 100 def networking_install_succeeded @networking_install_succeeded end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
107 108 109 |
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 107 def update!(**args) @networking_install_succeeded = args[:networking_install_succeeded] if args.key?(:networking_install_succeeded) end |