Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. type AdminCustomersChromePrintServersBatchCreatePrintServersResource = "admin" :> "directory" :> "v1" :> Capture "parent" Text :> "chrome" :> "printServers:batchCreatePrintServers" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] BatchCreatePrintServersRequest :> Post '[JSON] BatchCreatePrintServersResponse

    gogol-admin-directory Gogol.Admin.Directory.Admin.Customers.Chrome.PrintServers.BatchCreatePrintServers

    A resource alias for admin.customers.chrome.printServers.batchCreatePrintServers method which the AdminCustomersChromePrintServersBatchCreatePrintServers request conforms to.

  2. newAdminCustomersChromePrintServersBatchCreatePrintServers :: Text -> BatchCreatePrintServersRequest -> AdminCustomersChromePrintServersBatchCreatePrintServers

    gogol-admin-directory Gogol.Admin.Directory.Admin.Customers.Chrome.PrintServers.BatchCreatePrintServers

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

  3. module Gogol.Admin.Directory.Admin.Customers.Chrome.PrintServers.BatchDeletePrintServers

    Deletes multiple print servers. See: Admin SDK API Reference for admin.customers.chrome.printServers.batchDeletePrintServers.

  4. data AdminCustomersChromePrintServersBatchDeletePrintServers

    gogol-admin-directory Gogol.Admin.Directory.Admin.Customers.Chrome.PrintServers.BatchDeletePrintServers

    Deletes multiple print servers. See: newAdminCustomersChromePrintServersBatchDeletePrintServers smart constructor.

  5. AdminCustomersChromePrintServersBatchDeletePrintServers :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> BatchDeletePrintServersRequest -> Maybe Text -> Maybe Text -> AdminCustomersChromePrintServersBatchDeletePrintServers

    gogol-admin-directory Gogol.Admin.Directory.Admin.Customers.Chrome.PrintServers.BatchDeletePrintServers

    No documentation available.

  6. type AdminCustomersChromePrintServersBatchDeletePrintServersResource = "admin" :> "directory" :> "v1" :> Capture "parent" Text :> "chrome" :> "printServers:batchDeletePrintServers" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] BatchDeletePrintServersRequest :> Post '[JSON] BatchDeletePrintServersResponse

    gogol-admin-directory Gogol.Admin.Directory.Admin.Customers.Chrome.PrintServers.BatchDeletePrintServers

    A resource alias for admin.customers.chrome.printServers.batchDeletePrintServers method which the AdminCustomersChromePrintServersBatchDeletePrintServers request conforms to.

  7. newAdminCustomersChromePrintServersBatchDeletePrintServers :: Text -> BatchDeletePrintServersRequest -> AdminCustomersChromePrintServersBatchDeletePrintServers

    gogol-admin-directory Gogol.Admin.Directory.Admin.Customers.Chrome.PrintServers.BatchDeletePrintServers

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

  8. data AdminCustomersChromePrintServersCreate

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

    Creates a print server. See: newAdminCustomersChromePrintServersCreate smart constructor.

  9. AdminCustomersChromePrintServersCreate :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> PrintServer -> Maybe Text -> Maybe Text -> AdminCustomersChromePrintServersCreate

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

    No documentation available.

  10. type AdminCustomersChromePrintServersCreateResource = "admin" :> "directory" :> "v1" :> Capture "parent" Text :> "chrome" :> "printServers" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] PrintServer :> Post '[JSON] PrintServer

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

    A resource alias for admin.customers.chrome.printServers.create method which the AdminCustomersChromePrintServersCreate request conforms to.

Page 422 of many | Previous | Next