Class: Google::Apis::GkehubV1alpha::AppDevExperienceFeatureState
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1alpha::AppDevExperienceFeatureState
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v1alpha/classes.rb,
lib/google/apis/gkehub_v1alpha/representations.rb,
lib/google/apis/gkehub_v1alpha/representations.rb
Overview
State for App Dev Exp Feature.
Instance Attribute Summary collapse
-
#networking_install_succeeded ⇒ Google::Apis::GkehubV1alpha::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.
101 102 103 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 101 def initialize(**args) update!(**args) end |
Instance Attribute Details
#networking_install_succeeded ⇒ Google::Apis::GkehubV1alpha::Status
Status specifies state for the subcomponent.
Corresponds to the JSON property networkingInstallSucceeded
99 100 101 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 99 def networking_install_succeeded @networking_install_succeeded end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
106 107 108 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 106 def update!(**args) @networking_install_succeeded = args[:networking_install_succeeded] if args.key?(:networking_install_succeeded) end |