class Google::Apis::ApigeeV1::GoogleCloudApigeeV1SetAddonsRequest
Request for SetAddons.
Attributes
addons_config[RW]
Add-on configurations for the Apigee organization. Corresponds to the JSON property `addonsConfig` @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1AddonsConfig]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 6555 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/apigee_v1/classes.rb, line 6560 def update!(**args) @addons_config = args[:addons_config] if args.key?(:addons_config) end