Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. printServers :: BatchCreatePrintServersResponse -> Maybe [PrintServer]

    gogol-admin-directory Gogol.Admin.Directory

    A list of successfully created print servers with their IDs populated.

  2. printServers :: ListPrintServersResponse -> Maybe [PrintServer]

    gogol-admin-directory Gogol.Admin.Directory

    List of print servers.

  3. printer :: CreatePrinterRequest -> Maybe Printer

    gogol-admin-directory Gogol.Admin.Directory

    Required. A printer to create. If you want to place the printer under particular OU then populate printer.orgunitid filed. Otherwise the printer will be placed under root OU.

  4. printer :: FailureInfo -> Maybe Printer

    gogol-admin-directory Gogol.Admin.Directory

    Failed printer.

  5. printerId :: FailureInfo -> Maybe Text

    gogol-admin-directory Gogol.Admin.Directory

    Id of a failed printer.

  6. printerIds :: BatchDeletePrintersRequest -> Maybe [Text]

    gogol-admin-directory Gogol.Admin.Directory

    A list of Printer.id that should be deleted. Max 100 at a time.

  7. printerIds :: BatchDeletePrintersResponse -> Maybe [Text]

    gogol-admin-directory Gogol.Admin.Directory

    A list of Printer.id that were successfully deleted.

  8. printerModels :: ListPrinterModelsResponse -> Maybe [PrinterModel]

    gogol-admin-directory Gogol.Admin.Directory

    Printer models that are currently allowed to be configured for ChromeOs. Some printers may be added or removed over time.

  9. printers :: BatchCreatePrintersResponse -> Maybe [Printer]

    gogol-admin-directory Gogol.Admin.Directory

    A list of successfully created printers with their IDs populated.

  10. printers :: ListPrintersResponse -> Maybe [Printer]

    gogol-admin-directory Gogol.Admin.Directory

    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.

Page 106 of many | Previous | Next