Class: Google::Apis::AdminDirectoryV1::FeatureInstance
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AdminDirectoryV1::FeatureInstance
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/admin_directory_v1/classes.rb,
 generated/google/apis/admin_directory_v1/representations.rb,
 generated/google/apis/admin_directory_v1/representations.rb
Overview
JSON template for a "feature instance".
Instance Attribute Summary collapse
- 
  
    
      #feature  ⇒ Google::Apis::AdminDirectoryV1::Feature 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    JSON template for Feature object in Directory API. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ FeatureInstance 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of FeatureInstance. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ FeatureInstance
Returns a new instance of FeatureInstance
| 1348 1349 1350 | # File 'generated/google/apis/admin_directory_v1/classes.rb', line 1348 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#feature ⇒ Google::Apis::AdminDirectoryV1::Feature
JSON template for Feature object in Directory API.
Corresponds to the JSON property feature
| 1346 1347 1348 | # File 'generated/google/apis/admin_directory_v1/classes.rb', line 1346 def feature @feature end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1353 1354 1355 | # File 'generated/google/apis/admin_directory_v1/classes.rb', line 1353 def update!(**args) @feature = args[:feature] if args.key?(:feature) end |