class Google::Apis::ApigeeV1::GoogleCloudApigeeV1AddonsConfig

Add-on configurations for the Apigee organization.

Attributes

advanced_api_ops_config[RW]

Configuration for the Advanced API Ops add-on. Corresponds to the JSON property `advancedApiOpsConfig` @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1AdvancedApiOpsConfig]

monetization_config[RW]

Configuration for the Monetization add-on. Corresponds to the JSON property `monetizationConfig` @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1MonetizationConfig]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 265
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 270
def update!(**args)
  @advanced_api_ops_config = args[:advanced_api_ops_config] if args.key?(:advanced_api_ops_config)
  @monetization_config = args[:monetization_config] if args.key?(:monetization_config)
end