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.
-
gogol-admin-directory Gogol.Admin.Directory.Types See the printers that your organization can use with Chrome
newtype
BatchCreatePrintServersRequest gogol-admin-directory Gogol.Admin.Directory.Types Request to add multiple new print servers in a batch. See: newBatchCreatePrintServersRequest smart constructor.
BatchCreatePrintServersRequest :: Maybe [CreatePrintServerRequest] -> BatchCreatePrintServersRequestgogol-admin-directory Gogol.Admin.Directory.Types No documentation available.
data
BatchCreatePrintServersResponse gogol-admin-directory Gogol.Admin.Directory.Types No documentation available.
-
gogol-admin-directory Gogol.Admin.Directory.Types No documentation available.
newtype
BatchCreatePrintersRequest gogol-admin-directory Gogol.Admin.Directory.Types Request for adding new printers in batch. See: newBatchCreatePrintersRequest smart constructor.
BatchCreatePrintersRequest :: Maybe [CreatePrinterRequest] -> BatchCreatePrintersRequestgogol-admin-directory Gogol.Admin.Directory.Types No documentation available.
data
BatchCreatePrintersResponse gogol-admin-directory Gogol.Admin.Directory.Types Response for adding new printers in batch. See: newBatchCreatePrintersResponse smart constructor.
BatchCreatePrintersResponse :: Maybe [FailureInfo] -> Maybe [Printer] -> BatchCreatePrintersResponsegogol-admin-directory Gogol.Admin.Directory.Types No documentation available.
newtype
BatchDeletePrintServersRequest gogol-admin-directory Gogol.Admin.Directory.Types Request to delete multiple existing print servers in a batch. See: newBatchDeletePrintServersRequest smart constructor.