collection = bpy.data.collections["collection_name"]
for obj in collection.all_objects:
	//example #1
	obj.data.bevel_depth = 0.0005
	//example #2
	print(obj.name)
	//example #3
	obj.location[2] = 0