class Google::Apis::DisplayvideoV1::NativeContentPositionAssignedTargetingOptionDetails

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.

Attributes

content_position[RW]

Output only. The content position. Corresponds to the JSON property `contentPosition` @return [String]

targeting_option_id[RW]

Required. The targeting_option_id field when targeting_type is ` TARGETING_TYPE_NATIVE_CONTENT_POSITION`. Corresponds to the JSON property `targetingOptionId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 7259
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 7264
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