Class: Google::Apis::DisplayvideoV3::NativeContentPositionAssignedTargetingOptionDetails

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 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.



9663
9664
9665
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 9663

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

Instance Attribute Details

#content_positionString

Required. The content position. Corresponds to the JSON property contentPosition

Returns:

  • (String)


9661
9662
9663
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 9661

def content_position
  @content_position
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9668
9669
9670
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 9668

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