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

  2. printServer :: PrintServerFailureInfo -> Maybe PrintServer

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

    Failed print server.

  3. printServerId :: PrintServerFailureInfo -> Maybe Text

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

    ID of a failed print server.

  4. 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).

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

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

    A list of print server IDs that were successfully deleted.

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

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

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

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

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

    List of print servers.

  8. printer :: CreatePrinterRequest -> Maybe Printer

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

    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.

  9. printer :: FailureInfo -> Maybe Printer

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

    Failed printer.

  10. printerId :: FailureInfo -> Maybe Text

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

    Id of a failed printer.

Page 107 of many | Previous | Next