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 No documentation available.
-
gogol-admin-directory Gogol.Admin.Directory A resource alias for admin.customers.chrome.printers.patch method which the AdminCustomersChromePrintersPatch request conforms to.
newtype
BatchCreatePrintServersRequest gogol-admin-directory Gogol.Admin.Directory Request to add multiple new print servers in a batch. See: newBatchCreatePrintServersRequest smart constructor.
BatchCreatePrintServersRequest :: Maybe [CreatePrintServerRequest] -> BatchCreatePrintServersRequestgogol-admin-directory Gogol.Admin.Directory No documentation available.
data
BatchCreatePrintServersResponse gogol-admin-directory Gogol.Admin.Directory No documentation available.
-
gogol-admin-directory Gogol.Admin.Directory No documentation available.
newtype
BatchCreatePrintersRequest gogol-admin-directory Gogol.Admin.Directory Request for adding new printers in batch. See: newBatchCreatePrintersRequest smart constructor.
BatchCreatePrintersRequest :: Maybe [CreatePrinterRequest] -> BatchCreatePrintersRequestgogol-admin-directory Gogol.Admin.Directory No documentation available.
data
BatchCreatePrintersResponse gogol-admin-directory Gogol.Admin.Directory Response for adding new printers in batch. See: newBatchCreatePrintersResponse smart constructor.
BatchCreatePrintersResponse :: Maybe [FailureInfo] -> Maybe [Printer] -> BatchCreatePrintersResponsegogol-admin-directory Gogol.Admin.Directory No documentation available.