class Google::Apis::DisplayvideoV1::ContentInstreamPositionTargetingOptionDetails
Represents a targetable content instream position, which could be used by video and audio ads. This will be populated in the content_instream_position_details field when targeting_type is ` TARGETING_TYPE_CONTENT_INSTREAM_POSITION`.
Attributes
content_instream_position[RW]
Output only. The content instream position. Corresponds to the JSON property `contentInstreamPosition` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 2718 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 2723 def update!(**args) @content_instream_position = args[:content_instream_position] if args.key?(:content_instream_position) end