Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SetAddonsRequest

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1SetAddonsRequest

Returns a new instance of GoogleCloudApigeeV1SetAddonsRequest.



10599
10600
10601
# File 'lib/google/apis/apigee_v1/classes.rb', line 10599

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

Instance Attribute Details

#addons_configGoogle::Apis::ApigeeV1::GoogleCloudApigeeV1AddonsConfig

Add-on configurations for the Apigee organization. Corresponds to the JSON property addonsConfig



10597
10598
10599
# File 'lib/google/apis/apigee_v1/classes.rb', line 10597

def addons_config
  @addons_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10604
10605
10606
# File 'lib/google/apis/apigee_v1/classes.rb', line 10604

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