class Google::Apis::DisplayvideoV1::ContentOutstreamPositionTargetingOptionDetails

Represents a targetable content outstream position, which could be used by display and video ads. This will be populated in the content_outstream_position_details field when targeting_type is ` TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION`.

Attributes

content_outstream_position[RW]

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

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 2780
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 2785
def update!(**args)
  @content_outstream_position = args[:content_outstream_position] if args.key?(:content_outstream_position)
end