Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

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

    gogol-admin-directory Gogol.Admin.Directory

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

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

    gogol-admin-directory Gogol.Admin.Directory

    A list of Printer.id that were successfully deleted.

  3. 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.

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

    gogol-admin-directory Gogol.Admin.Directory

    A list of successfully created printers with their IDs populated.

  5. 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.

  6. printServer :: CreatePrintServerRequest -> Maybe PrintServer

    gogol-admin-directory Gogol.Admin.Directory.Types

    Required. A print server to create. If you want to place the print server under a specific organizational unit (OU), then populate the org_unit_id. Otherwise the print server is created under the root OU. The org_unit_id can be retrieved using the Directory API.

  7. printServer :: PrintServerFailureInfo -> Maybe PrintServer

    gogol-admin-directory Gogol.Admin.Directory.Types

    Failed print server.

  8. printServerId :: PrintServerFailureInfo -> Maybe Text

    gogol-admin-directory Gogol.Admin.Directory.Types

    ID of a failed print server.

  9. printServerIds :: BatchDeletePrintServersRequest -> Maybe [Text]

    gogol-admin-directory Gogol.Admin.Directory.Types

    A list of print server IDs that should be deleted (max 100 per batch).

  10. printServerIds :: BatchDeletePrintServersResponse -> Maybe [Text]

    gogol-admin-directory Gogol.Admin.Directory.Types

    A list of print server IDs that were successfully deleted.

Page 123 of many | Previous | Next