class Google::Apis::DisplayvideoV3::ContentOutstreamPositionAssignedTargetingOptionDetails
is ‘TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION`.
populated in the content_outstream_position_details field when targeting_type
Assigned content outstream position targeting option details. This will be
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @ad_type = args[:ad_type] if args.key?(:ad_type) @content_outstream_position = args[:content_outstream_position] if args.key?(:content_outstream_position) end