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. module Gogol.Admin.Directory.Admin.Customers.Chrome.Printers.ListPrinterModels

    Lists the supported printer models. See: Admin SDK API Reference for admin.customers.chrome.printers.listPrinterModels.

  2. data AdminCustomersChromePrintersListPrinterModels

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

    Lists the supported printer models. See: newAdminCustomersChromePrintersListPrinterModels smart constructor.

  3. AdminCustomersChromePrintersListPrinterModels :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Int32 -> Maybe Text -> Text -> Maybe Text -> Maybe Text -> AdminCustomersChromePrintersListPrinterModels

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

    No documentation available.

  4. type AdminCustomersChromePrintersListPrinterModelsResource = "admin" :> "directory" :> "v1" :> Capture "parent" Text :> "chrome" :> "printers:listPrinterModels" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "filter" Text :> QueryParam "pageSize" Int32 :> QueryParam "pageToken" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] ListPrinterModelsResponse

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

    A resource alias for admin.customers.chrome.printers.listPrinterModels method which the AdminCustomersChromePrintersListPrinterModels request conforms to.

  5. newAdminCustomersChromePrintersListPrinterModels :: Text -> AdminCustomersChromePrintersListPrinterModels

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

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

  6. data AdminCustomersChromePrintersPatch

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

    Updates a Printer resource. See: newAdminCustomersChromePrintersPatch smart constructor.

  7. AdminCustomersChromePrintersPatch :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Maybe FieldMask -> Text -> Printer -> Maybe FieldMask -> Maybe Text -> Maybe Text -> AdminCustomersChromePrintersPatch

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

    No documentation available.

  8. type AdminCustomersChromePrintersPatchResource = "admin" :> "directory" :> "v1" :> Capture "name" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "clearMask" FieldMask :> QueryParam "updateMask" FieldMask :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] Printer :> Patch '[JSON] Printer

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

    A resource alias for admin.customers.chrome.printers.patch method which the AdminCustomersChromePrintersPatch request conforms to.

  9. newAdminCustomersChromePrintersPatch :: Text -> Printer -> AdminCustomersChromePrintersPatch

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

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

  10. type Admin'Chrome'Printers = "https://www.googleapis.com/auth/admin.chrome.printers"

    gogol-admin-directory Gogol.Admin.Directory.Types

    See, add, edit, and permanently delete the printers that your organization can use with Chrome

Page 309 of many | Previous | Next