Hi,
Is there a way to clone item (hosted feature layer) with a user defined name or title for new hosted feature layer?
I did look the python api clone module , it dosen't list any naming related argument
clone_items(items, folder=None, item_extent=None, use_org_basemap=False, copy_data=True, copy_global_ids=False, search_existing_items=True, item_mapping=None, group_mapping=None, owner=None, preserve_item_id=False)
I was wondering if the name or title can be defined in the clone_item funtion, other than end up with

Thank you very much.