class Google::Apis::DisplayvideoV3::OnScreenPositionAssignedTargetingOptionDetails

TARGETING_TYPE_ON_SCREEN_POSITION`.
on_screen_position_details field when targeting_type is ‘
On screen position targeting option details. This will be populated in the

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)
  @on_screen_position = args[:on_screen_position] if args.key?(:on_screen_position)
  @targeting_option_id = args[:targeting_option_id] if args.key?(:targeting_option_id)
end