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