All of a Windows computer's installed printers are automatically scanned and listed in the Config\Devices\Printer section of the computer webpage, but make, model and toner type can only be retrieved for network printers scanned as separate assets through SNMP.
The data you see on the Windows computer webpage is pulled from WMI (Windows Management Instrumentation), a framework built into Windows operating systems that stores system data. The Win32_Printer WMI class we get installed printers from doesn't store information like make and model. Unless this information is included in the printer name, you won't be able to retrieve it from the WMI class. I'm not sure it is even possible to retrieve this data in any another way, e.g. through the registry or another WMI class. (Monitor information is pulled from the registry.)