Class: Google::Apis::DisplayvideoV1::ExchangeAssignedTargetingOptionDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/displayvideo_v1/classes.rb,
generated/google/apis/displayvideo_v1/representations.rb,
generated/google/apis/displayvideo_v1/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.



3748
3749
3750
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 3748

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

Instance Attribute Details

#targeting_option_idString

Required. The targeting_option_id of a TargetingOption of type TARGETING_TYPE_EXCHANGE. Corresponds to the JSON property targetingOptionId

Returns:

  • (String)


3746
3747
3748
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 3746

def targeting_option_id
  @targeting_option_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3753
3754
3755
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 3753

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