printers property

List<Printer>? printers
getter/setter pair

List of printers.

If org_unit_id was given in the request, then only printers visible for this OU will be returned. If org_unit_id was not given in the request, then all printers will be returned.

Implementation

core.List<Printer>? printers;