class Google::Apis::DisplayvideoV1::ExchangeConfig

Settings that control which exchanges are enabled for a partner.

Attributes

enabled_exchanges[RW]

All enabled exchanges in the partner. Duplicate enabled exchanges will be ignored. Corresponds to the JSON property `enabledExchanges` @return [Array<Google::Apis::DisplayvideoV1::ExchangeConfigEnabledExchange>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 4195
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/displayvideo_v1/classes.rb, line 4200
def update!(**args)
  @enabled_exchanges = args[:enabled_exchanges] if args.key?(:enabled_exchanges)
end