class Google::Apis::DisplayvideoV3::ContentInstreamPositionAssignedTargetingOptionDetails

is ‘TARGETING_TYPE_CONTENT_INSTREAM_POSITION`.
populated in the content_instream_position_details field when targeting_type
Assigned content instream position targeting option details. This will be

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @ad_type = args[:ad_type] if args.key?(:ad_type)
  @content_instream_position = args[:content_instream_position] if args.key?(:content_instream_position)
end