Class: Google::Apis::AdminDirectoryV1::FeatureInstance

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ FeatureInstance

Returns a new instance of FeatureInstance.



1603
1604
1605
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1603

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#featureGoogle::Apis::AdminDirectoryV1::Feature

JSON template for Feature object in Directory API. Corresponds to the JSON property feature



1601
1602
1603
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1601

def feature
  @feature
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1608
1609
1610
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1608

def update!(**args)
  @feature = args[:feature] if args.key?(:feature)
end