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
more...

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

[View source]

1503
1504
1505
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1503

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


1501
1502
1503
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1501

def feature
  @feature
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

1508
1509
1510
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1508

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

Warning: This is not the latest release.



Privacy · Terms