Class: Google::Apis::DisplayvideoV1::NativeContentPositionAssignedTargetingOptionDetails

Inherits:
Object
  • Object
show all
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 native content position assigned targeting option. This will be populated in the native_content_position_details field when targeting_type is TARGETING_TYPE_NATIVE_CONTENT_POSITION. Explicitly targeting all options is not supported. Remove all native content position targeting options to achieve this effect.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ NativeContentPositionAssignedTargetingOptionDetails

Returns a new instance of NativeContentPositionAssignedTargetingOptionDetails.



8295
8296
8297
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8295

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

Instance Attribute Details

#content_positionString

The content position. Output only in v1. Required in v2. Corresponds to the JSON property contentPosition

Returns:

  • (String)


8287
8288
8289
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8287

def content_position
  @content_position
end

#targeting_option_idString

Required. The targeting_option_id field when targeting_type is TARGETING_TYPE_NATIVE_CONTENT_POSITION. Corresponds to the JSON property targetingOptionId

Returns:

  • (String)


8293
8294
8295
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8293

def targeting_option_id
  @targeting_option_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8300
8301
8302
8303
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8300

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