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

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

    Deletes printers in batch. See: newAdminCustomersChromePrintersBatchDeletePrinters smart constructor.

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

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

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

  5. data AdminCustomersChromePrintersCreate

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

    Creates a printer under given Organization Unit. See: newAdminCustomersChromePrintersCreate smart constructor.

  6. AdminCustomersChromePrintersCreate :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Printer -> Maybe Text -> Maybe Text -> AdminCustomersChromePrintersCreate

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

    No documentation available.

  7. type AdminCustomersChromePrintersCreateResource = "admin" :> "directory" :> "v1" :> Capture "parent" Text :> "chrome" :> "printers" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] Printer :> Post '[JSON] Printer

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

    A resource alias for admin.customers.chrome.printers.create method which the AdminCustomersChromePrintersCreate request conforms to.

  8. newAdminCustomersChromePrintersCreate :: Text -> Printer -> AdminCustomersChromePrintersCreate

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

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

  9. data AdminCustomersChromePrintersDelete

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

    Deletes a Printer. See: newAdminCustomersChromePrintersDelete smart constructor.

  10. AdminCustomersChromePrintersDelete :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Maybe Text -> Maybe Text -> AdminCustomersChromePrintersDelete

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

    No documentation available.

Page 307 of many | Previous | Next