Class: Google::Apis::DisplayvideoV3::ExchangeAssignedTargetingOptionDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/representations.rb

Overview

Details for assigned exchange targeting option. This will be populated in the details field of an AssignedTargetingOption when targeting_type is TARGETING_TYPE_EXCHANGE.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ExchangeAssignedTargetingOptionDetails

Returns a new instance of ExchangeAssignedTargetingOptionDetails.



5874
5875
5876
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5874

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

Instance Attribute Details

#exchangeString

Required. The enum value for the exchange. Corresponds to the JSON property exchange

Returns:

  • (String)


5872
5873
5874
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5872

def exchange
  @exchange
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5879
5880
5881
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5879

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