Class: Google::Apis::GkehubV1::ScopeFeatureState
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::GkehubV1::ScopeFeatureState
 
 
- 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
ScopeFeatureState contains Scope-wide Feature status information.
Instance Attribute Summary collapse
- 
  
    
      #state  ⇒ Google::Apis::GkehubV1::FeatureState 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
FeatureState describes the high-level state of a Feature.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ScopeFeatureState 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ScopeFeatureState.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ ScopeFeatureState
Returns a new instance of ScopeFeatureState.
      5307 5308 5309  | 
    
      # File 'lib/google/apis/gkehub_v1/classes.rb', line 5307 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#state ⇒ Google::Apis::GkehubV1::FeatureState
FeatureState describes the high-level state of a Feature. It may be used to
describe a Feature's state at the environ-level, or per-membershop, depending
on the context.
Corresponds to the JSON property state
      5305 5306 5307  | 
    
      # File 'lib/google/apis/gkehub_v1/classes.rb', line 5305 def state @state end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      5312 5313 5314  | 
    
      # File 'lib/google/apis/gkehub_v1/classes.rb', line 5312 def update!(**args) @state = args[:state] if args.key?(:state) end  |