Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. module Gogol.Admin.Directory.Admin.Customers.Chrome.Printers.BatchCreatePrinters

    Creates printers under given Organization Unit. See: Admin SDK API Reference for admin.customers.chrome.printers.batchCreatePrinters.

  2. data AdminCustomersChromePrintersBatchCreatePrinters

    gogol-admin-directory Gogol.Admin.Directory.Admin.Customers.Chrome.Printers.BatchCreatePrinters

    Creates printers under given Organization Unit. See: newAdminCustomersChromePrintersBatchCreatePrinters smart constructor.

  3. AdminCustomersChromePrintersBatchCreatePrinters :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> BatchCreatePrintersRequest -> Maybe Text -> Maybe Text -> AdminCustomersChromePrintersBatchCreatePrinters

    gogol-admin-directory Gogol.Admin.Directory.Admin.Customers.Chrome.Printers.BatchCreatePrinters

    No documentation available.

  4. type AdminCustomersChromePrintersBatchCreatePrintersResource = "admin" :> "directory" :> "v1" :> Capture "parent" Text :> "chrome" :> "printers:batchCreatePrinters" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] BatchCreatePrintersRequest :> Post '[JSON] BatchCreatePrintersResponse

    gogol-admin-directory Gogol.Admin.Directory.Admin.Customers.Chrome.Printers.BatchCreatePrinters

    A resource alias for admin.customers.chrome.printers.batchCreatePrinters method which the AdminCustomersChromePrintersBatchCreatePrinters request conforms to.

  5. newAdminCustomersChromePrintersBatchCreatePrinters :: Text -> BatchCreatePrintersRequest -> AdminCustomersChromePrintersBatchCreatePrinters

    gogol-admin-directory Gogol.Admin.Directory.Admin.Customers.Chrome.Printers.BatchCreatePrinters

    Creates a value of AdminCustomersChromePrintersBatchCreatePrinters with the minimum fields required to make a request.

  6. module Gogol.Admin.Directory.Admin.Customers.Chrome.Printers.BatchDeletePrinters

    Deletes printers in batch. See: Admin SDK API Reference for admin.customers.chrome.printers.batchDeletePrinters.

  7. data AdminCustomersChromePrintersBatchDeletePrinters

    gogol-admin-directory Gogol.Admin.Directory.Admin.Customers.Chrome.Printers.BatchDeletePrinters

    Deletes printers in batch. See: newAdminCustomersChromePrintersBatchDeletePrinters smart constructor.

  8. AdminCustomersChromePrintersBatchDeletePrinters :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> BatchDeletePrintersRequest -> Maybe Text -> Maybe Text -> AdminCustomersChromePrintersBatchDeletePrinters

    gogol-admin-directory Gogol.Admin.Directory.Admin.Customers.Chrome.Printers.BatchDeletePrinters

    No documentation available.

  9. type AdminCustomersChromePrintersBatchDeletePrintersResource = "admin" :> "directory" :> "v1" :> Capture "parent" Text :> "chrome" :> "printers:batchDeletePrinters" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] BatchDeletePrintersRequest :> Post '[JSON] BatchDeletePrintersResponse

    gogol-admin-directory Gogol.Admin.Directory.Admin.Customers.Chrome.Printers.BatchDeletePrinters

    A resource alias for admin.customers.chrome.printers.batchDeletePrinters method which the AdminCustomersChromePrintersBatchDeletePrinters request conforms to.

  10. newAdminCustomersChromePrintersBatchDeletePrinters :: Text -> BatchDeletePrintersRequest -> AdminCustomersChromePrintersBatchDeletePrinters

    gogol-admin-directory Gogol.Admin.Directory.Admin.Customers.Chrome.Printers.BatchDeletePrinters

    Creates a value of AdminCustomersChromePrintersBatchDeletePrinters with the minimum fields required to make a request.

Page 425 of many | Previous | Next