class Google::Apis::DisplayvideoV1::ExchangeTargetingOptionDetails
Represents a targetable exchange. This will be populated in the exchange_details field of a TargetingOption
when targeting_type is ` TARGETING_TYPE_EXCHANGE`.
Attributes
exchange[RW]
Output only. The type of exchange. Corresponds to the JSON property `exchange` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 4280 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 4285 def update!(**args) @exchange = args[:exchange] if args.key?(:exchange) end