class Google::Apis::DisplayvideoV3::OnScreenPositionTargetingOptionDetails

targeting_type is ‘TARGETING_TYPE_ON_SCREEN_POSITION`.
video ads. This will be populated in the on_screen_position_details field when
Represents a targetable on screen position, which could be used by display and

def initialize(**args)

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

def update!(**args)

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