Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SetAddonsRequest
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1SetAddonsRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/apigee_v1/classes.rb,
lib/google/apis/apigee_v1/representations.rb,
lib/google/apis/apigee_v1/representations.rb
Overview
Request for SetAddons.
Instance Attribute Summary collapse
-
#addons_config ⇒ Google::Apis::ApigeeV1::GoogleCloudApigeeV1AddonsConfig
Add-on configurations for the Apigee organization.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1SetAddonsRequest
constructor
A new instance of GoogleCloudApigeeV1SetAddonsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1SetAddonsRequest
Returns a new instance of GoogleCloudApigeeV1SetAddonsRequest.
6854 6855 6856 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 6854 def initialize(**args) update!(**args) end |
Instance Attribute Details
#addons_config ⇒ Google::Apis::ApigeeV1::GoogleCloudApigeeV1AddonsConfig
Add-on configurations for the Apigee organization.
Corresponds to the JSON property addonsConfig
6852 6853 6854 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 6852 def addons_config @addons_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6859 6860 6861 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 6859 def update!(**args) @addons_config = args[:addons_config] if args.key?(:addons_config) end |