Unchecking "Convert Units" in editor script

Is there any way to edit this setting from an editor script? Can’t find it in ModelImporter API

8161082--1061099--Screenshot 2022-05-27 at 17.31.39.png

found the solution:

importer.useFileScale = false;
importer.globalScale = 1;

the only question left is why an 11 figure market cap enterprise can’t provide decent api for automating things that every developer does routinely