Class: Google::Apis::DisplayvideoV1::ExchangeAssignedTargetingOptionDetails
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV1::ExchangeAssignedTargetingOptionDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v1/classes.rb,
lib/google/apis/displayvideo_v1/representations.rb,
lib/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
-
#targeting_option_id ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ExchangeAssignedTargetingOptionDetails
constructor
A new instance of ExchangeAssignedTargetingOptionDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ExchangeAssignedTargetingOptionDetails
Returns a new instance of ExchangeAssignedTargetingOptionDetails.
3822 3823 3824 |
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 3822 def initialize(**args) update!(**args) end |
Instance Attribute Details
#targeting_option_id ⇒ String
Required. The targeting_option_id of a TargetingOption of type
TARGETING_TYPE_EXCHANGE.
Corresponds to the JSON property targetingOptionId
3820 3821 3822 |
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 3820 def targeting_option_id @targeting_option_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3827 3828 3829 |
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 3827 def update!(**args) @targeting_option_id = args[:targeting_option_id] if args.key?(:targeting_option_id) end |