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 AdminCustomersChromePrintServersBatchDeletePrintServers

    gogol-admin-directory Gogol.Admin.Directory

    Deletes multiple print servers. See: newAdminCustomersChromePrintServersBatchDeletePrintServers smart constructor.

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

    gogol-admin-directory Gogol.Admin.Directory

    No documentation available.

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

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

  4. data AdminCustomersChromePrintServersCreate

    gogol-admin-directory Gogol.Admin.Directory

    Creates a print server. See: newAdminCustomersChromePrintServersCreate smart constructor.

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

    gogol-admin-directory Gogol.Admin.Directory

    No documentation available.

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

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

  7. data AdminCustomersChromePrintServersDelete

    gogol-admin-directory Gogol.Admin.Directory

    Deletes a print server. See: newAdminCustomersChromePrintServersDelete smart constructor.

  8. AdminCustomersChromePrintServersDelete :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Maybe Text -> Maybe Text -> AdminCustomersChromePrintServersDelete

    gogol-admin-directory Gogol.Admin.Directory

    No documentation available.

  9. type AdminCustomersChromePrintServersDeleteResource = "admin" :> "directory" :> "v1" :> Capture "name" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Delete '[JSON] Empty

    gogol-admin-directory Gogol.Admin.Directory

    A resource alias for admin.customers.chrome.printServers.delete method which the AdminCustomersChromePrintServersDelete request conforms to.

  10. data AdminCustomersChromePrintServersGet

    gogol-admin-directory Gogol.Admin.Directory

    Returns a print server's configuration. See: newAdminCustomersChromePrintServersGet smart constructor.

Page 293 of many | Previous | Next