class Google::Apis::DisplayvideoV1::NativeContentPositionTargetingOptionDetails
Represents a targetable native content position. This will be populated in the native_content_position_details field when targeting_type is ` TARGETING_TYPE_NATIVE_CONTENT_POSITION`.
Attributes
content_position[RW]
Output only. The content position. Corresponds to the JSON property `contentPosition` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 7281 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 7286 def update!(**args) @content_position = args[:content_position] if args.key?(:content_position) end