Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. type Admin'Chrome'Printers'Readonly = "https://www.googleapis.com/auth/admin.chrome.printers.readonly"

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

    See the printers that your organization can use with Chrome

  2. newtype BatchCreatePrintServersRequest

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

    Request to add multiple new print servers in a batch. See: newBatchCreatePrintServersRequest smart constructor.

  3. BatchCreatePrintServersRequest :: Maybe [CreatePrintServerRequest] -> BatchCreatePrintServersRequest

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

    No documentation available.

  4. data BatchCreatePrintServersResponse

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

    No documentation available.

  5. BatchCreatePrintServersResponse :: Maybe [PrintServerFailureInfo] -> Maybe [PrintServer] -> BatchCreatePrintServersResponse

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

    No documentation available.

  6. newtype BatchCreatePrintersRequest

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

    Request for adding new printers in batch. See: newBatchCreatePrintersRequest smart constructor.

  7. BatchCreatePrintersRequest :: Maybe [CreatePrinterRequest] -> BatchCreatePrintersRequest

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

    No documentation available.

  8. data BatchCreatePrintersResponse

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

    Response for adding new printers in batch. See: newBatchCreatePrintersResponse smart constructor.

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

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

    No documentation available.

  10. newtype BatchDeletePrintServersRequest

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

    Request to delete multiple existing print servers in a batch. See: newBatchDeletePrintServersRequest smart constructor.

Page 310 of many | Previous | Next